--- a/phoneapp/phoneuistates/src/cphonetwosinglesandwaiting.cpp Wed Apr 14 15:56:42 2010 +0300
+++ b/phoneapp/phoneuistates/src/cphonetwosinglesandwaiting.cpp Tue Apr 27 16:37:10 2010 +0300
@@ -217,16 +217,7 @@
{
__LOGMETHODSTARTEND( EPhoneUIStates,
"CPhoneTwoSinglesAndWaiting::HandleIdleL()");
-
- // Effect is shown when dialer exist.
-
- TBool effectStarted ( EFalse );
- if ( !NeedToReturnToForegroundAppL() )
- {
- BeginTransEffectLC( ENumberEntryOpen );
- effectStarted = ETrue;
- }
-
+
BeginUiUpdateLC();
if ( !IsNumberEntryUsedL() )
@@ -248,10 +239,6 @@
}
EndUiUpdate();
- if ( effectStarted )
- {
- EndTransEffect();
- }
}
// -----------------------------------------------------------