calendarui/controller/src/calencontroller.cpp
branchRCL_3
changeset 86 ed599363c2d7
parent 74 97232defd20e
equal deleted inserted replaced
78:356f28cd5ca0 86:ed599363c2d7
   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             }
       
   442 	    }
   438 	    }
   443     else if( aCommand == EAknCmdExit || aCommand == EEikCmdExit
   439     else if( aCommand == EAknCmdExit || aCommand == EEikCmdExit
   444              || aCommand == EAknSoftkeyExit )
   440              || aCommand == EAknSoftkeyExit )
   445         {
   441         {
   446         if( iViewManager->CalenToolbar() )
   442         if( iViewManager->CalenToolbar() )