diff -r 544e34b3255a -r 91c2fb4b78df phoneapp/phoneuistates/src/cphoneconferenceandsingleandwaiting.cpp --- 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(); - } } // -----------------------------------------------------------