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

Commit c80e1ddc authored by lion0738's avatar lion0738 Committed by Gerrit Code Review
Browse files

SystemUI: Don't update if HeadsUp is disabled

Heads up is still showing even if it's disabled.

Change-Id: I0bd2875836929d6941cbec83762292a5a2c31572
parent ccacfcf4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1947,7 +1947,9 @@ public abstract class BaseStatusBar extends SystemUI implements
            entry.icon.set(ic);
            inflateViews(entry, mStackScroller);
        }
        if (mUseHeadsUp) {
            updateHeadsUp(key, entry, shouldInterrupt, alertAgain);
        }
        mNotificationData.updateRanking(ranking);
        updateNotifications();