commit | 23193b517a29cc091055822f66266ea4a9134a96 | [log] [tgz] |
---|---|---|
author | Suchand Ghosh <suchan@codeaurora.org> | Wed Sep 21 11:49:21 2016 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Sep 20 23:22:11 2016 -0700 |
tree | 1d3c06e1b1fbd062e08f387c3b04d6e2df1ebc70 | |
parent | 3698a104912d39dc6e12082b10e43f59f7117ff5 [diff] |
InCallUI: Start call UI if user answers incoming call. Start InCallActivity when user accepts incoming call irrespective VT call or not. Change-Id: I4ddaabeaa43ad1c99aaab2048252b4cd134996c2 CRs-Fixed: 1046435
diff --git a/InCallUI/src/com/android/incallui/InCallPresenter.java b/InCallUI/src/com/android/incallui/InCallPresenter.java index 729bd33..c92151b 100644 --- a/InCallUI/src/com/android/incallui/InCallPresenter.java +++ b/InCallUI/src/com/android/incallui/InCallPresenter.java
@@ -963,7 +963,7 @@ InCallAudioManager.getInstance().onAnswerIncomingCall(call, videoState); } - if (call != null && VideoUtils.isVideoCall(videoState)) { + if (call != null) { showInCall(false, false/* newOutgoingCall */); } }