calendarui/controller/src/calencontroller.cpp
changeset 23 fd30d51f876b
parent 18 c198609911f9
child 26 a949c2543c15
child 45 b6db4fd4947b
equal deleted inserted replaced
18:c198609911f9 23:fd30d51f876b
   110     notificationArray.Append(ECalenNotifySettingsClosed);
   110     notificationArray.Append(ECalenNotifySettingsClosed);
   111     		
   111     		
   112     RegisterForNotificationsL( iViewManager, notificationArray );
   112     RegisterForNotificationsL( iViewManager, notificationArray );
   113     notificationArray.Reset();  
   113     notificationArray.Reset();  
   114     notificationArray.Close();
   114     notificationArray.Close();
   115     if (!isFromServiceFrmwrk) {
       
   116     	iViewManager->constructOtherViews();
       
   117     }
       
   118     TRACE_EXIT_POINT;
   115     TRACE_EXIT_POINT;
   119 }
   116 }
   120 
   117 
   121 void CCalenController::checkMultipleCreation()
   118 void CCalenController::checkMultipleCreation()
   122 {
   119 {