camerauis/cameraapp/generic/src/CamStandbyContainer.cpp
branchRCL_3
changeset 12 8c55c525d5d7
parent 0 1ddebce53859
child 20 38fb6f7eacd5
equal deleted inserted replaced
11:792dfc98fb3b 12:8c55c525d5d7
   314             }
   314             }
   315         }
   315         }
   316     else
   316     else
   317         {
   317         {
   318         // set text label as blank
   318         // set text label as blank
   319         TRAP_IGNORE( iText->SetTextL( KNullDesC ) );
   319         //TRAP_IGNORE( iText->SetTextL( KNullDesC ) );
   320         
   320         
   321         // cancel timer if active
   321         // cancel timer if active
   322         if ( iForegroundTimer->IsActive() )
   322         if ( iForegroundTimer->IsActive() )
   323             {
   323             {
   324             iForegroundTimer->Cancel();
   324             iForegroundTimer->Cancel();