calendarui/controller/src/calenlocationui.cpp
branchRCL_3
changeset 59 aba12c885d83
parent 30 d68a4b5d5885
child 60 96907930389d
--- a/calendarui/controller/src/calenlocationui.cpp	Mon Jun 21 15:38:59 2010 +0300
+++ b/calendarui/controller/src/calenlocationui.cpp	Thu Jul 15 18:37:27 2010 +0300
@@ -508,8 +508,10 @@
     
     // Forcefully broadcast app foreground notification, so that
     // ECalenMapState would be current state
-    iController.BroadcastNotification(ECalenNotifyAppForegrounded);	
-    
+    if(!iController.IsFasterAppFlagEnabled())
+        {
+    	iController.BroadcastNotification(ECalenNotifyAppForegrounded);	
+        }
     // selection is done, analyze error code first...
     if ( !aError )
         {