commit | 1c5039f8c606d6a7acb02398cfa368409f36d208 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Feb 28 00:54:36 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Feb 28 00:54:36 2024 +0000 |
tree | ee1231a9760e60b0903c1f1db34b178804b40970 | |
parent | 94709a90f47f0bcad270efeef0c23d18c8383252 [diff] | |
parent | cff80f070d36a2b5d3fa1389b0c7f0f68fdb5152 [diff] |
Merge "Remove spammy bubble logs for OLD interrupt provider" into main
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/NotificationInterruptStateProviderImpl.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/NotificationInterruptStateProviderImpl.java index 510086d..dc9eeb3 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/NotificationInterruptStateProviderImpl.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/NotificationInterruptStateProviderImpl.java
@@ -191,11 +191,11 @@ public boolean shouldBubbleUp(NotificationEntry entry) { final StatusBarNotification sbn = entry.getSbn(); - if (!canAlertCommon(entry, true)) { + if (!canAlertCommon(entry, false)) { return false; } - if (!canAlertAwakeCommon(entry, true)) { + if (!canAlertAwakeCommon(entry, false)) { return false; }