phoneapp/phoneuistates/src/cphoneconferenceandsingleandwaiting.cpp
branchRCL_3
changeset 25 91c2fb4b78df
parent 15 2a26698d78ba
child 58 40a3f856b14d
--- a/phoneapp/phoneuistates/src/cphoneconferenceandsingleandwaiting.cpp	Wed Apr 14 15:56:42 2010 +0300
+++ b/phoneapp/phoneuistates/src/cphoneconferenceandsingleandwaiting.cpp	Tue Apr 27 16:37:10 2010 +0300
@@ -198,15 +198,7 @@
     {
     __LOGMETHODSTARTEND( EPhoneUIStates, 
         "CPhoneConferenceAndSingleAndWaiting::HandleIdleL()");
-        
-    // Effect is shown when dialer exist.
-    TBool effectStarted ( EFalse );
-    if ( !NeedToReturnToForegroundAppL() )
-        {
-        BeginTransEffectLC( ENumberEntryOpen );
-        effectStarted = ETrue; 
-        }
-         
+             
     BeginUiUpdateLC();    
     // Set touch controls
     SetTouchPaneButtonEnabled( EPhoneCallComingCmdAnswer );
@@ -255,10 +247,6 @@
             }
         }
     EndUiUpdate();
-    if ( effectStarted )
-        {
-        EndTransEffect();    
-        }
     }
 
 // -----------------------------------------------------------