equal
deleted
inserted
replaced
288 } |
288 } |
289 } |
289 } |
290 // To background |
290 // To background |
291 else if( !aForeground ) |
291 else if( !aForeground ) |
292 { |
292 { |
293 iNotifierPopupShowing = appUi->AppInBackground( ETrue ) && !appUi->AppInBackground( EFalse ); |
293 iNotifierPopupShowing = appUi->AppInBackground( ETrue ); |
294 PRINT( _L("Camera <> CCamUserSceneSetupViewBase::HandleForegroundEventL dec engine count") ); |
294 PRINT( _L("Camera <> CCamUserSceneSetupViewBase::HandleForegroundEventL dec engine count") ); |
295 // Register that we nolonger need the engine |
295 // Register that we nolonger need the engine |
296 if( !iNotifierPopupShowing ) |
296 if( !iNotifierPopupShowing ) |
297 DecrementCameraUsers(); |
297 DecrementCameraUsers(); |
298 } |
298 } |