calendarui/controller/src/calensettingsstate.cpp
branchRCL_3
changeset 27 55d60436f00b
parent 0 f979ecb2b13e
child 48 bf573002ff72
equal deleted inserted replaced
21:9711e452b5e9 27:55d60436f00b
   151             SetCurrentState( aStateMachine, iPreviousState );
   151             SetCurrentState( aStateMachine, iPreviousState );
   152             iOutstandingNotifications.InsertL(aNotification);
   152             iOutstandingNotifications.InsertL(aNotification);
   153             ActivateCurrentStateL(aStateMachine);
   153             ActivateCurrentStateL(aStateMachine);
   154             }
   154             }
   155             break;
   155             break;
       
   156         case ECalenNotifySettingsChanged:
       
   157             break;
   156         default:
   158         default:
   157             // default is defer all other notifications when we are in setting state
   159             // default is defer all other notifications when we are in setting state
   158             iOutstandingNotifications.InsertL(aNotification);
   160             iOutstandingNotifications.InsertL(aNotification);
   159             break;
   161             break;
   160         }
   162         }