branch | RCL_3 |
changeset 31 | 89165693e770 |
parent 23 | 7be2816dbabd |
--- a/idlehomescreen/xmluirendering/uiengine/src/xnappuiadapterimpl.cpp Mon Jun 21 15:27:11 2010 +0300 +++ b/idlehomescreen/xmluirendering/uiengine/src/xnappuiadapterimpl.cpp Thu Jul 15 18:25:29 2010 +0300 @@ -141,6 +141,12 @@ // void CXnAppUiAdapterImpl::ReloadUiL() { + // If the UI hasn't been loaded yet, ignore the event + if( !iViewAdapter || !iViewManager ) + { + return; + } + __PRINTS( "*** CXnAppUiAdapterImpl::ReloadUiL" ); __TIME_MARK( time );