Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cff80f07 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Remove spammy bubble logs for OLD interrupt provider

Bug: 326995360
Change-Id: I9cdbc557edb8a88bf0004b1a102d9cc9772c3788
Test: atest SystemUITests
Flag: NONE
parent 17688475
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -191,11 +191,11 @@ public class NotificationInterruptStateProviderImpl implements NotificationInter
    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;
        }