equal
deleted
inserted
replaced
952 CloseSelectionListL(); |
952 CloseSelectionListL(); |
953 |
953 |
954 // Close fast swap window if it's displayed |
954 // Close fast swap window if it's displayed |
955 CEikonEnv::Static()->DismissTaskList(); |
955 CEikonEnv::Static()->DismissTaskList(); |
956 |
956 |
957 // Check if HW Keys or Call UI should be disabled |
|
958 CheckDisableHWKeysAndCallUIL(); |
|
959 |
|
960 SetTouchPaneButtons( EPhoneWaitingCallButtons ); |
957 SetTouchPaneButtons( EPhoneWaitingCallButtons ); |
961 |
958 |
962 // Display incoming call |
959 // Display incoming call |
963 DisplayIncomingCallL( aCallId, dialerParam ); |
960 DisplayIncomingCallL( aCallId, dialerParam ); |
964 |
961 |