diff -r 544e34b3255a -r 91c2fb4b78df phoneapp/phoneuicontrol/src/cphonestateincoming.cpp --- a/phoneapp/phoneuicontrol/src/cphonestateincoming.cpp Wed Apr 14 15:56:42 2010 +0300 +++ b/phoneapp/phoneuicontrol/src/cphonestateincoming.cpp Tue Apr 27 16:37:10 2010 +0300 @@ -371,9 +371,6 @@ &globalNotifierParam ); // Stop tone playing, if necessary iViewCommandHandle->ExecuteCommandL( EPhoneViewStopRingTone ); - - - BeginTransEffectLC( ENumberEntryOpen ); BeginUiUpdateLC(); @@ -384,7 +381,6 @@ SetToolbarDimming( EFalse ); EndUiUpdate(); - EndTransEffect(); // Go to single state iCbaManager->UpdateCbaL( EPhoneCallHandlingInCallCBA ); @@ -435,7 +431,6 @@ __LOGMETHODSTARTEND(EPhoneControl, "CPhoneStateIncoming::HandleIdleL ()" ); - BeginTransEffectLC( ENumberEntryOpen ); BeginUiUpdateLC(); // Remove call @@ -486,7 +481,7 @@ DeleteTouchPaneButtons(); EndUiUpdate(); - EndTransEffect(); + // Go to idle state iCbaManager->UpdateCbaL( EPhoneEmptyCBA ); iStateMachine->ChangeState( EPhoneStateIdle );