phoneapp/phoneuistates/src/cphonegsmincall.cpp
changeset 72 c76a0b1755b9
parent 56 5bcb308bd24d
child 77 2be0b271d017
equal deleted inserted replaced
64:6aaf0276100e 72:c76a0b1755b9
   251     __LOGMETHODSTARTEND(EPhoneControl, "CPhoneGsmInCall::BringIncomingToForegroundL( ) ");
   251     __LOGMETHODSTARTEND(EPhoneControl, "CPhoneGsmInCall::BringIncomingToForegroundL( ) ");
   252 
   252 
   253     // Remove any phone dialogs if they are displayed
   253     // Remove any phone dialogs if they are displayed
   254     iViewCommandHandle->ExecuteCommandL( EPhoneViewRemovePhoneDialogs );
   254     iViewCommandHandle->ExecuteCommandL( EPhoneViewRemovePhoneDialogs );
   255 
   255 
   256     // Capture keys when there is an incoming call
       
   257     CaptureKeysDuringCallNotificationL( ETrue );
       
   258 
       
   259     // Bring Phone app in the foreground
   256     // Bring Phone app in the foreground
   260     TPhoneCmdParamInteger uidParam;
   257     TPhoneCmdParamInteger uidParam;
   261     uidParam.SetInteger( KUidPhoneApplication.iUid );
   258     uidParam.SetInteger( KUidPhoneApplication.iUid );
   262     iViewCommandHandle->ExecuteCommandL( EPhoneViewBringAppToForeground,
   259     iViewCommandHandle->ExecuteCommandL( EPhoneViewBringAppToForeground,
   263         &uidParam );
   260         &uidParam );