equal
deleted
inserted
replaced
607 // |
607 // |
608 void CPhoneStateCallSetup::HandleIdleL( TInt aCallId ) |
608 void CPhoneStateCallSetup::HandleIdleL( TInt aCallId ) |
609 { |
609 { |
610 __LOGMETHODSTARTEND(EPhoneControl, "CPhoneStateCallSetup::HandleIdleL()"); |
610 __LOGMETHODSTARTEND(EPhoneControl, "CPhoneStateCallSetup::HandleIdleL()"); |
611 |
611 |
612 BeginTransEffectLC ( ENumberEntryOpen ); |
|
613 BeginUiUpdateLC (); |
612 BeginUiUpdateLC (); |
614 |
613 |
615 // Disable the volume display |
614 // Disable the volume display |
616 iViewCommandHandle->ExecuteCommandL( EPhoneViewHideNaviPaneAudioVolume ); |
615 iViewCommandHandle->ExecuteCommandL( EPhoneViewHideNaviPaneAudioVolume ); |
617 |
616 |
639 // Display idle screen |
638 // Display idle screen |
640 DisplayIdleScreenL(); |
639 DisplayIdleScreenL(); |
641 } |
640 } |
642 |
641 |
643 EndUiUpdate(); |
642 EndUiUpdate(); |
644 EndTransEffect(); |
643 |
645 // Go to idle state |
644 // Go to idle state |
646 // No need update cba |
645 // No need update cba |
647 iStateMachine->ChangeState( EPhoneStateIdle ); |
646 iStateMachine->ChangeState( EPhoneStateIdle ); |
648 } |
647 } |
649 |
648 |