emailuis/emailui/src/FreestyleEmailUiViewBase.cpp
branchRCL_3
changeset 17 67369d1b217f
parent 16 b5fbb9b25d57
child 18 6b8f3b30d0ec
equal deleted inserted replaced
16:b5fbb9b25d57 17:67369d1b217f
   126         	{
   126         	{
   127         	iAppUi.ReturnFromPluginSettingsView();
   127         	iAppUi.ReturnFromPluginSettingsView();
   128         	}
   128         	}
   129 
   129 
   130         // View activated succesfully
   130         // View activated succesfully
       
   131         DoTransition( EFalse ); 
   131         if ( !iAppUi.SwitchingToBackground() )
   132         if ( !iAppUi.SwitchingToBackground() )
   132             {
   133             {
   133             // Change visible control group
   134             // Change visible control group
   134             DoTransition( EFalse );
   135             // having here DoTransition caused grid transparency when app left from listview
   135             ActivateControlGroup();
   136             ActivateControlGroup();
   136             }
   137             }
   137         else
   138         else
   138             {
   139             {
   139             // View activated but Mail application is switching to background.
   140             // View activated but Mail application is switching to background.
   277     }
   278     }
   278 
   279 
   279 // ---------------------------------------------------------------------------
   280 // ---------------------------------------------------------------------------
   280 // virtual function to hide or show CAlfVisuals ( used for activation or deactivation )
   281 // virtual function to hide or show CAlfVisuals ( used for activation or deactivation )
   281 //
   282 //
   282 void CFsEmailUiViewBase::FadeOut(TBool aDirectionOut )
   283 void CFsEmailUiViewBase::FadeOut( TBool /* aDirectionOut */ )
   283 	{
   284 	{
   284 	FUNC_LOG;
   285 	FUNC_LOG;
   285     // should be overriden ( if needed ) to use polymorphism 
   286     // should be overriden ( if needed ) to use polymorphism 
   286 	// to hide or show CAlfVisuals used in views
   287 	// to hide or show CAlfVisuals used in views
   287 	}
   288 	}