camerauis/cameraapp/generic/src/CamPostCaptureViewBase.cpp
changeset 1 f5ec9446e5bf
parent 0 1ddebce53859
child 10 8c55c525d5d7
--- a/camerauis/cameraapp/generic/src/CamPostCaptureViewBase.cpp	Thu Jan 07 16:18:56 2010 +0200
+++ b/camerauis/cameraapp/generic/src/CamPostCaptureViewBase.cpp	Mon Jan 18 20:06:55 2010 +0200
@@ -469,7 +469,7 @@
       {
       if(!iPartialBackground)
           {
-      appUi->RaisePostCaptureCourtesyUI();
+          appUi->RaisePostCaptureCourtesyUI();
           }
       }
     else if ( iSuppressAPUntilCameraReady ) 
@@ -478,7 +478,7 @@
       }
     iPartialBackground = EFalse;
     
-    if ( iController.CameraSwitchQueued() )   
+    if ( appUi && iController.CameraSwitchQueued() )   
         {
         appUi->HandleCommandL( ECamCmdSwitchCamera );
         }