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
diff --git a/src/com/android/incallui/AnswerFragment.java b/src/com/android/incallui/AnswerFragment.java
index a53d8c9..0b81ffe 100644
--- a/src/com/android/incallui/AnswerFragment.java
+++ b/src/com/android/incallui/AnswerFragment.java
@@ -151,6 +151,8 @@
                 if (mGlowpad != null) {
                     mGlowpad.startPing();
                 }
+                dismissCannedResponsePopup();
+                getPresenter().onDismissDialog();
             }
         });
         mCannedResponsePopup = builder.create();