summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/InCallActivity.java
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-03-29 01:04:55 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-29 01:04:55 +0000
commit1b3cf4d73e692182efc3a87e1582505438309283 (patch)
treeb7b71bea6349e97306c9cecc200240c89a167eef /java/com/android/incallui/InCallActivity.java
parentd72585b40d67560cb868c2ac4d6fbda2ed27454b (diff)
parent57751c35a0d4f25a817378b0a4b1d14336a0d4e8 (diff)
Merge changes Ib658efa6,I0f84f15c
* changes: Create a common widget (ContactPhotoView) for a contact photo and its optional badge. Remove unnecessary call to StatusBarNotifier.updateNotification().
Diffstat (limited to 'java/com/android/incallui/InCallActivity.java')
-rw-r--r--java/com/android/incallui/InCallActivity.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/java/com/android/incallui/InCallActivity.java b/java/com/android/incallui/InCallActivity.java
index 8144ddb10..9d08dc4b6 100644
--- a/java/com/android/incallui/InCallActivity.java
+++ b/java/com/android/incallui/InCallActivity.java
@@ -476,7 +476,6 @@ public class InCallActivity extends TransactionSafeFragmentActivity
if (!InCallPresenter.getInstance().isReadyForTearDown()) {
updateTaskDescription();
- InCallPresenter.getInstance().updateNotification();
}
// If there is a pending request to show or hide the dialpad, handle that now.
@@ -534,8 +533,6 @@ public class InCallActivity extends TransactionSafeFragmentActivity
dialpadFragment.onDialerKeyUp(null);
}
- InCallPresenter.getInstance().updateNotification();
-
InCallPresenter.getInstance().getPseudoScreenState().removeListener(this);
Trace.endSection();
}