calendarui/controller/src/calenlocationui.cpp
branchRCL_3
changeset 59 aba12c885d83
parent 30 d68a4b5d5885
child 60 96907930389d
equal deleted inserted replaced
48:bf573002ff72 59:aba12c885d83
   506     {
   506     {
   507     TRACE_ENTRY_POINT;
   507     TRACE_ENTRY_POINT;
   508     
   508     
   509     // Forcefully broadcast app foreground notification, so that
   509     // Forcefully broadcast app foreground notification, so that
   510     // ECalenMapState would be current state
   510     // ECalenMapState would be current state
   511     iController.BroadcastNotification(ECalenNotifyAppForegrounded);	
   511     if(!iController.IsFasterAppFlagEnabled())
   512     
   512         {
       
   513     	iController.BroadcastNotification(ECalenNotifyAppForegrounded);	
       
   514         }
   513     // selection is done, analyze error code first...
   515     // selection is done, analyze error code first...
   514     if ( !aError )
   516     if ( !aError )
   515         {
   517         {
   516         // retrieve result
   518         // retrieve result
   517         switch ( aMapView.SelectionResultType() )
   519         switch ( aMapView.SelectionResultType() )