commit | cff80f070d36a2b5d3fa1389b0c7f0f68fdb5152 | [log] [tgz] |
---|---|---|
author | Jeff DeCew <jeffdq@google.com> | Tue Feb 27 16:42:36 2024 +0000 |
committer | Jeff DeCew <jeffdq@google.com> | Tue Feb 27 16:42:40 2024 +0000 |
tree | 5b83f73499672d74b533f40dacfc3cd2d33d0705 | |
parent | 17688475c25c5a1b1df0d9fe6b3ec765620407f2 [diff] |
Remove spammy bubble logs for OLD interrupt provider Bug: 326995360 Change-Id: I9cdbc557edb8a88bf0004b1a102d9cc9772c3788 Test: atest SystemUITests Flag: NONE
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; }