diff -r 6b5524b4f673 -r 38bb213f60ba logsui/AppSrc/CLogsAppListView.cpp --- a/logsui/AppSrc/CLogsAppListView.cpp Wed Sep 15 11:56:55 2010 +0300 +++ b/logsui/AppSrc/CLogsAppListView.cpp Wed Oct 13 14:15:33 2010 +0300 @@ -18,7 +18,7 @@ // INCLUDE FILES -#include +#include #include #include @@ -160,17 +160,6 @@ // Just to make sure the inputblocker is not on RemoveInputBlocker(); - - // Avoid the flicking when transfer to foreground from background. - if(LogsAppUi()->IsBackground()) - { - iContainer->DrawNow(); - iEikonEnv->AppUiFactory()->StatusPane()->DrawNow(); - LogsAppUi()->SetCustomControl(0); - - CCoeEnv * env = CCoeEnv::Static(); - env->WsSession().SetWindowGroupOrdinalPosition(env->RootWin().Identifier(),0); - } } // ---------------------------------------------------------------------------- @@ -209,17 +198,5 @@ } -void CLogsAppListView::ViewActivatedL(const TVwsViewId& aPrevViewId,TUid aCustomMessageId,const TDesC8& aCustomMessage) - { - // To avoid the flicking when transfer to foreground from background,we control the view show manually. - if(LogsAppUi()->IsBackground() && - LogsAppUi()->ActiveViewId() != ELogAppListViewId) - { - LogsAppUi()->SetCustomControl(1); - } - CLogsBaseView::ViewActivatedL(aPrevViewId,aCustomMessageId,aCustomMessage); - } - - // End of File