logsui/AppSrc/CLogsAppListView.cpp
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
--- 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 <logs.rsg>
+#include <Logs.rsg>
 #include <w32std.h>
 #include <apgtask.h>
 
@@ -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