summaryrefslogtreecommitdiff
path: root/InCallUI/src/com/android/incallui/AnswerFragment.java
diff options
context:
space:
mode:
authorChristine Chen <christinech@google.com>2013-10-28 14:23:07 -0700
committerChristine Chen <christinech@google.com>2013-10-28 14:23:07 -0700
commit5a5ff4ea634b9aa8d7e8d1f1aabba4585ac28142 (patch)
tree8570566293710a9b20c2400f0f5ded6405f0e63b /InCallUI/src/com/android/incallui/AnswerFragment.java
parenta01a9112d825d9299afe43a87b434025e2f519c5 (diff)
Fixes bug for Canned Message response.
- Fixes the issue when the call has ended and dismissing the canned message reponse does not hide the InCallUi. Bug: 11380505 Change-Id: I40a7e0646644fc52a57fe982453a14b47e45e9e1
Diffstat (limited to 'InCallUI/src/com/android/incallui/AnswerFragment.java')
-rw-r--r--InCallUI/src/com/android/incallui/AnswerFragment.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/InCallUI/src/com/android/incallui/AnswerFragment.java b/InCallUI/src/com/android/incallui/AnswerFragment.java
index a53d8c9e0..0b81ffee1 100644
--- a/InCallUI/src/com/android/incallui/AnswerFragment.java
+++ b/InCallUI/src/com/android/incallui/AnswerFragment.java
@@ -151,6 +151,8 @@ public class AnswerFragment extends BaseFragment<AnswerPresenter, AnswerPresente
if (mGlowpad != null) {
mGlowpad.startPing();
}
+ dismissCannedResponsePopup();
+ getPresenter().onDismissDialog();
}
});
mCannedResponsePopup = builder.create();