equal
deleted
inserted
replaced
620 else if ( iOnScreenDialer && IsCustomizedDialerVisibleL() ) |
620 else if ( iOnScreenDialer && IsCustomizedDialerVisibleL() ) |
621 { |
621 { |
622 CloseCustomizedDialerL(); |
622 CloseCustomizedDialerL(); |
623 } |
623 } |
624 |
624 |
625 if ( IsNumberEntryUsedL() ) |
625 if ( IsNumberEntryUsedL() && NeedToReturnToForegroundAppL() ) |
626 { |
626 { |
627 if ( NeedToReturnToForegroundAppL() ) |
627 iViewCommandHandle->ExecuteCommandL( EPhoneViewSetControlAndVisibility ); |
628 { |
628 |
629 iViewCommandHandle->ExecuteCommandL( EPhoneViewSetControlAndVisibility ); |
629 UpdateCbaL( EPhoneCallHandlingInCallCBA ); |
630 |
|
631 UpdateCbaL( EPhoneCallHandlingInCallCBA ); |
|
632 } |
|
633 } |
630 } |
634 else |
631 else |
635 { |
632 { |
636 // Set Two singles softkeys |
633 // Set Two singles softkeys |
637 UpdateCbaL( EPhoneCallHandlingNewCallSwapCBA ); |
634 UpdateCbaL( EPhoneCallHandlingNewCallSwapCBA ); |