taskswitcher/taskswitcherui/taskswitcherapp/src/tsappui.cpp
branchRCL_3
changeset 93 b01126ce0bec
parent 88 3321d3e205b6
child 102 ba63c83f4716
equal deleted inserted replaced
88:3321d3e205b6 93:b01126ce0bec
   582 void CTsAppUi::MoveAppToForeground( TUint  /*aTransitionType*/ )
   582 void CTsAppUi::MoveAppToForeground( TUint  /*aTransitionType*/ )
   583     {
   583     {
   584     TSLOG_CONTEXT( MoveAppToForeground, TSLOG_LOCAL );
   584     TSLOG_CONTEXT( MoveAppToForeground, TSLOG_LOCAL );
   585     TSLOG_IN();
   585     TSLOG_IN();
   586 
   586 
   587     if ( !iUiStarted )
   587     TRAP_IGNORE( iUnderAppWgId = WgIdOfUnderlyingAppL(EFalse) );
   588         {
   588     
   589         TRAP_IGNORE( iUnderAppWgId = WgIdOfUnderlyingAppL(EFalse) );
       
   590         }
       
   591     iUiStarted = ETrue;
   589     iUiStarted = ETrue;
   592     
   590     
   593     // Request window server to bring our application
   591     // Request window server to bring our application
   594     // to foreground
   592     // to foreground
   595     iApplicationTask.BringToForeground();
   593     iApplicationTask.BringToForeground();