calendarui/controller/src/calencontroller.cpp
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
equal deleted inserted replaced
30:bd7edf625bdd 31:97232defd20e
   433     if( aCommand == EAknCmdHideInBackground ||
   433     if( aCommand == EAknCmdHideInBackground ||
   434 	  ( aCommand == EAknSoftkeyExit && iAppUi.ExitHidesInBackground() ) )
   434 	  ( aCommand == EAknSoftkeyExit && iAppUi.ExitHidesInBackground() ) )
   435 	    {
   435 	    {
   436 	    SetFasterAppFlag( ETrue );
   436 	    SetFasterAppFlag( ETrue );
   437 	    aCommand = ECalenFasterAppExit;
   437 	    aCommand = ECalenFasterAppExit;
       
   438         if( iViewManager->CalenToolbar() )
       
   439             {
       
   440             iViewManager->CalenToolbar()->SetToolbarVisibilityL(ETrue);
       
   441             }
   438 	    }
   442 	    }
   439     else if( aCommand == EAknCmdExit || aCommand == EEikCmdExit
   443     else if( aCommand == EAknCmdExit || aCommand == EEikCmdExit
   440              || aCommand == EAknSoftkeyExit )
   444              || aCommand == EAknSoftkeyExit )
   441         {
   445         {
   442         if( iViewManager->CalenToolbar() )
   446         if( iViewManager->CalenToolbar() )