--- 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 <MediatorDomainUIDs.h>
-// <-- QT PHONE START -->
-//#include <videotelcontrolmediatorapi.h>
-// <-- 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 );