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

Commit 1c5039f8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove spammy bubble logs for OLD interrupt provider" into main

parents 94709a90 cff80f07
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;
        }