phoneapp/phoneuistates/src/cphonealerting.cpp
branchRCL_3
changeset 4 24062c24fe38
parent 3 8871b09be73b
child 9 91c2fb4b78df
equal deleted inserted replaced
3:8871b09be73b 4:24062c24fe38
   241 //
   241 //
   242 EXPORT_C void CPhoneAlerting::HandleConnectedL( TInt aCallId )
   242 EXPORT_C void CPhoneAlerting::HandleConnectedL( TInt aCallId )
   243     {
   243     {
   244     __LOGMETHODSTARTEND( EPhoneUIStates,
   244     __LOGMETHODSTARTEND( EPhoneUIStates,
   245         "CPhoneAlerting::HandleConnectedL()");
   245         "CPhoneAlerting::HandleConnectedL()");
   246     // Keep Phone in the foreground
       
   247     TPhoneCmdParamBoolean booleanParam;
       
   248     booleanParam.SetBoolean( EFalse );
       
   249     iViewCommandHandle->ExecuteCommandL(
       
   250         EPhoneViewSetNeedToSendToBackgroundStatus, &booleanParam );
       
   251 
   246 
   252     // Close menu bar, if it is displayed
   247     // Close menu bar, if it is displayed
   253     iViewCommandHandle->ExecuteCommandL( EPhoneViewMenuBarClose );
   248     iViewCommandHandle->ExecuteCommandL( EPhoneViewMenuBarClose );
   254 
   249 
   255     BeginUiUpdateLC();
   250     BeginUiUpdateLC();