diff -r 8871b09be73b -r 24062c24fe38 phoneapp/phoneuistates/src/cphonesingleandalerting.cpp --- a/phoneapp/phoneuistates/src/cphonesingleandalerting.cpp Fri Feb 19 22:50:26 2010 +0200 +++ b/phoneapp/phoneuistates/src/cphonesingleandalerting.cpp Fri Mar 12 15:42:40 2010 +0200 @@ -192,13 +192,7 @@ EPhoneViewGetCallIdByState, &callStateData ); if( callStateData.CallId() == aCallId ) - { - // Keep Phone in the foreground - TPhoneCmdParamBoolean booleanParam; - booleanParam.SetBoolean( EFalse ); - iViewCommandHandle->ExecuteCommandL( - EPhoneViewSetNeedToSendToBackgroundStatus, &booleanParam ); - + { // Close menu bar, if it is displayed iViewCommandHandle->ExecuteCommandL( EPhoneViewMenuBarClose );