--- a/phoneapp/phoneuistates/src/cphonesingleandwaiting.cpp Wed Apr 14 15:56:42 2010 +0300
+++ b/phoneapp/phoneuistates/src/cphonesingleandwaiting.cpp Tue Apr 27 16:37:10 2010 +0300
@@ -430,14 +430,6 @@
}
else
{
- // Effect is shown when dialer exist.
- TBool effectStarted ( EFalse );
- if ( !NeedToReturnToForegroundAppL() )
- {
- BeginTransEffectLC( ENumberEntryOpen );
- effectStarted = ETrue;
- }
-
BeginUiUpdateLC();
// Remove call
@@ -475,10 +467,7 @@
SetTouchPaneButtons( EPhoneIncallButtons );
EndUiUpdate();
- if( effectStarted )
- {
- EndTransEffect();
- }
+
// CBA updates in above if-else conditions
iStateMachine->ChangeState( EPhoneStateSingle );
}
@@ -590,14 +579,6 @@
__LOGMETHODSTARTEND( EPhoneUIStates,
"CPhoneSingleAndWaiting::MakeStateTransitionToTwoSinglesL() ");
- // Effect is shown when dialer exist.
- TBool effectStarted ( EFalse );
- if ( !NeedToReturnToForegroundAppL() )
- {
- BeginTransEffectLC( ENumberEntryOpen );
- effectStarted = ETrue;
- }
-
BeginUiUpdateLC();
UpdateRemoteInfoDataL ( aCallId );
@@ -636,10 +617,6 @@
SetTouchPaneButtons( EPhoneTwoSinglesButtons );
EndUiUpdate();
- if( effectStarted )
- {
- EndTransEffect();
- }
// Go to two singles state
// CBA updates in above if-else conditions
@@ -680,7 +657,6 @@
__LOGMETHODSTARTEND( EPhoneUIStates,
"CPhoneSingleAndWaiting::HandleDiallingL() ");
- BeginTransEffectLC( ENumberEntryClose );
BeginUiUpdateLC();
// Hide number entry if it exists
@@ -697,7 +673,6 @@
SetTouchPaneButtons( EPhoneCallSetupButtons );
EndUiUpdate();
- EndTransEffect();
// Update call setup CBAs
UpdateCbaL( EPhoneCallHandlingCallSetupCBA );