taskswitcher/taskswitcherui/taskswitcherapp/src/tsappui.cpp
changeset 5 c743ef5928ba
parent 4 4d54b72983ae
child 9 f966699dea19
equal deleted inserted replaced
4:4d54b72983ae 5:c743ef5928ba
   383         {
   383         {
   384         iAppView->SetRect( ApplicationRect() );
   384         iAppView->SetRect( ApplicationRect() );
   385         }
   385         }
   386     // forward event
   386     // forward event
   387     iDeviceState->HandleResourceChange( aType );
   387     iDeviceState->HandleResourceChange( aType );
   388     iAppView->HandleResourceChange( aType );
   388     if ( iAppView )
       
   389         {
       
   390         iAppView->HandleResourceChange( aType );
       
   391         }
   389     }
   392     }
   390 
   393 
   391 // -----------------------------------------------------------------------------
   394 // -----------------------------------------------------------------------------
   392 // CTsAppUi::MoveAppToBackground()
   395 // CTsAppUi::MoveAppToBackground()
   393 // -----------------------------------------------------------------------------
   396 // -----------------------------------------------------------------------------