diff -r 92ab7f8d0eab -r 6bb1b21d2484 phoneapp/phoneuistates/src/cphonecallsetup.cpp --- a/phoneapp/phoneuistates/src/cphonecallsetup.cpp Fri Mar 19 09:28:42 2010 +0200 +++ b/phoneapp/phoneuistates/src/cphonecallsetup.cpp Fri Apr 16 14:58:25 2010 +0300 @@ -18,9 +18,6 @@ // INCLUDES #include -// <-- QT PHONE START --> -//#include -// <-- QT PHONE END --> #include "cphonecallsetup.h" #include "mphonestatemachine.h" #include "tphonecmdparamboolean.h" @@ -163,6 +160,12 @@ iViewCommandHandle->ExecuteCommandL( EPhoneViewSetGlobalNotifiersDisabled, &globalNotifierParam ); + // Home screen to foreground after call + TPhoneCmdParamBoolean booleanParam; + booleanParam.SetBoolean( ETrue ); + iViewCommandHandle->ExecuteCommand( EPhoneViewHsToForegroundAfterCall, + &booleanParam ); + // Stop capturing keys CaptureKeysDuringCallNotificationL( EFalse );