homescreenapp/hsdomainmodel/src/hsgui.cpp
changeset 86 e4f038c420f7
parent 81 7dd137878ff8
child 101 ba1b7e218624
--- a/homescreenapp/hsdomainmodel/src/hsgui.cpp	Wed Aug 18 10:33:57 2010 +0300
+++ b/homescreenapp/hsdomainmodel/src/hsgui.cpp	Mon Sep 13 13:03:23 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()