emailservices/emailserver/src/FsEmailGlobalDialogsAppUi.cpp
branchRCL_3
changeset 11 0396474f30f5
parent 10 f5907b1a1053
child 12 4ce476e64c59
equal deleted inserted replaced
10:f5907b1a1053 11:0396474f30f5
    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