camerauis/cameraapp/generic/src/CamStillPreCaptureView.cpp
branchRCL_3
changeset 19 e32fcfe0045f
parent 17 8f559c47d7fd
equal deleted inserted replaced
17:8f559c47d7fd 19:e32fcfe0045f
   458         TCamCaptureOperation operation = iController.CurrentOperation();
   458         TCamCaptureOperation operation = iController.CurrentOperation();
   459         switch ( operation )
   459         switch ( operation )
   460             {
   460             {
   461             case ECamCompleting:
   461             case ECamCompleting:
   462                 {
   462                 {
       
   463                 iController.SetTouchCapture( EFalse );
   463                 UpdateCbaL();
   464                 UpdateCbaL();
   464                 break;
   465                 break;
   465                 }
   466                 }
   466 
   467 
   467             case ECamFocusing:
   468             case ECamFocusing:
   663     {
   664     {
   664     BaseConstructL( ROID(R_CAM_STILL_PRE_CAPTURE_VIEW_ID));
   665     BaseConstructL( ROID(R_CAM_STILL_PRE_CAPTURE_VIEW_ID));
   665 
   666 
   666     iPreviousControllerOperation = ECamNoOperation;
   667     iPreviousControllerOperation = ECamNoOperation;
   667     
   668     
       
   669     CAknToolbar* toolbar = Toolbar();
       
   670     if ( toolbar )
       
   671         {
       
   672         //Hide toolbar for first camera startup.        
       
   673         toolbar->SetToolbarVisibility(EFalse);
       
   674         }
       
   675         
   668     CCamPreCaptureViewBase::ConstructL();
   676     CCamPreCaptureViewBase::ConstructL();
   669     }
   677     }
   670 
   678 
   671 
   679 
   672 // ---------------------------------------------------------------------------
   680 // ---------------------------------------------------------------------------