homescreenapp/hsdomainmodel/src/hsgui.cpp
changeset 92 6727c5d0afc7
parent 85 35368b604b28
--- a/homescreenapp/hsdomainmodel/src/hsgui.cpp	Thu Sep 02 20:17:27 2010 +0300
+++ b/homescreenapp/hsdomainmodel/src/hsgui.cpp	Fri Sep 17 08:27:54 2010 +0300
@@ -108,7 +108,7 @@
         mImpl->mIdleView->setNavigationAction(mImpl->mNavigationAction);
     }
     bool animate  = !mImpl->mWindow->isObscured();
-    mImpl->mWindow->setCurrentView(mImpl->mIdleView, animate);    
+    mImpl->mWindow->setCurrentView(mImpl->mIdleView, animate, Hb::ViewSwitchCachedFullScreen);    
 }
 
 void HsGui::cleanupIdleUi()