equal
deleted
inserted
replaced
484 iViewCommandHandle->ExecuteCommandL( EPhoneViewCloseFSW ); |
484 iViewCommandHandle->ExecuteCommandL( EPhoneViewCloseFSW ); |
485 |
485 |
486 // Set touch controls |
486 // Set touch controls |
487 SetTouchPaneButtonDisabled( EPhoneCallComingCmdAnswer ); |
487 SetTouchPaneButtonDisabled( EPhoneCallComingCmdAnswer ); |
488 |
488 |
489 // Check if HW Keys or Call UI should be disabled |
|
490 CheckDisableHWKeysAndCallUIL(); |
|
491 |
|
492 SetTouchPaneButtons( EPhoneWaitingCallButtons ); |
489 SetTouchPaneButtons( EPhoneWaitingCallButtons ); |
493 |
490 |
494 // Display incoming call |
491 // Display incoming call |
495 DisplayIncomingCallL( aCallId, dialerParam ); |
492 DisplayIncomingCallL( aCallId, dialerParam ); |
496 |
493 |