emailservices/emailserver/src/FsEmailGlobalDialogsAppUi.cpp
branchRCL_3
changeset 32 a3a1ae9acec6
parent 31 72d484772ca6
child 33 da5135c61bad
equal deleted inserted replaced
31:72d484772ca6 32:a3a1ae9acec6
    95             TBool topmost = ( wgList->Count() > 0 ) &&
    95             TBool topmost = ( wgList->Count() > 0 ) &&
    96                             ( wgList->At( 0 ) == rwin.Identifier() );
    96                             ( wgList->At( 0 ) == rwin.Identifier() );
    97             
    97             
    98             if ( iForeground && topmost && iForegroundNotTopmost )
    98             if ( iForeground && topmost && iForegroundNotTopmost )
    99                 {
    99                 {
   100                 // This hack ensures the screen is refreshed when going back
   100                 // This ensures the screen is refreshed when going back
   101                 // from the VKB window
   101                 // from the VKB window
   102                 SendToBackground();
   102                 SendToBackground();
   103                 BringToForeground();
   103                 BringToForeground();
   104                 }
   104                 }
   105             
   105