diff -r 1ddebce53859 -r f5ec9446e5bf camerauis/cameraapp/generic/src/CamPostCaptureViewBase.cpp --- 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 ); }