idlehomescreen/xmluirendering/uiengine/src/xnappuiadapterimpl.cpp
branchRCL_3
changeset 31 89165693e770
parent 23 7be2816dbabd
equal deleted inserted replaced
28:d721605b30d0 31:89165693e770
   139 // Reloads UI when application root configuration is changed
   139 // Reloads UI when application root configuration is changed
   140 // -----------------------------------------------------------------------------
   140 // -----------------------------------------------------------------------------
   141 //
   141 //
   142 void CXnAppUiAdapterImpl::ReloadUiL()
   142 void CXnAppUiAdapterImpl::ReloadUiL()
   143     {
   143     {
       
   144     // If the UI hasn't been loaded yet, ignore the event
       
   145     if( !iViewAdapter || !iViewManager )
       
   146         {
       
   147         return;
       
   148         }
       
   149     
   144     __PRINTS( "*** CXnAppUiAdapterImpl::ReloadUiL" );
   150     __PRINTS( "*** CXnAppUiAdapterImpl::ReloadUiL" );
   145     __TIME_MARK( time );
   151     __TIME_MARK( time );
   146 
   152 
   147     delete iActivator;
   153     delete iActivator;
   148     iActivator = NULL;
   154     iActivator = NULL;