idlehomescreen/widgetmanager/src/wmeffectmanager.cpp
branchRCL_3
changeset 30 b8fae6b8a148
parent 1 5315654608de
child 34 d05a55b217df
equal deleted inserted replaced
16:9674c1a575e9 30:b8fae6b8a148
   124         {
   124         {
   125         // Window group is not focused
   125         // Window group is not focused
   126         RemoveEffect( &aEffect );
   126         RemoveEffect( &aEffect );
   127         return;
   127         return;
   128         }
   128         }
       
   129     
       
   130     // Must give some time before starting effect, because otherwise
       
   131     // fullscreen effect may contain unwanted parts (dialog, note, etc.)
       
   132     // which was shown when fullscreen effect is about to be started
       
   133     iCoeEnv.WsSession().Finish();
       
   134     User::After( 1000 );
   129 
   135 
   130     const TInt flags( AknTransEffect::TParameter::EActivateExplicitCancel );
   136     const TInt flags( AknTransEffect::TParameter::EActivateExplicitCancel );
   131     const TUid targetAppUid( iAvkonAppUi->Application()->AppDllUid() );
   137     const TUid targetAppUid( iAvkonAppUi->Application()->AppDllUid() );
   132 
   138 
   133     // Set effect begin point
   139     // Set effect begin point