phoneapp/phoneuistates/src/cphonealerting.cpp
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 22 6bb1b21d2484
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
   114                 }
   114                 }
   115             else
   115             else
   116                 {
   116                 {
   117                 // Show not allowed note
   117                 // Show not allowed note
   118                 SendGlobalErrorNoteL( 
   118                 SendGlobalErrorNoteL( 
   119                     EPhoneNoteTextNotAllowed );
   119                     EPhoneNoteTextNotAllowed, ETrue );
   120                 }
   120                 }
   121             break;
   121             break;
   122 
   122 
   123         // end-key
   123         // end-key
   124         case EKeyNo:
   124         case EKeyNo:
   254 
   254 
   255     SetToolbarDimming( EFalse );
   255     SetToolbarDimming( EFalse );
   256         
   256         
   257     EndUiUpdate();
   257     EndUiUpdate();
   258     
   258     
   259     HandleColpNoteL( aCallId );
       
   260     
       
   261     // Go to single state
   259     // Go to single state
   262     UpdateCbaL( EPhoneCallHandlingInCallCBA );    
   260     UpdateCbaL( EPhoneCallHandlingInCallCBA );    
   263     iStateMachine->ChangeState( EPhoneStateSingle );
   261     iStateMachine->ChangeState( EPhoneStateSingle );
   264     }
   262     }
   265 
   263