phoneapp/phoneuistates/src/cphonesingleandalerting.cpp
branchRCL_3
changeset 14 24062c24fe38
parent 9 8871b09be73b
child 58 40a3f856b14d
--- 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 );