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

Commit 90ff2fda authored by lion0738's avatar lion0738 Committed by Adnan Begovic
Browse files

SystemUI: Don't update if HeadsUp is disabled

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

TICKET: RM-208
Change-Id: I0bd2875836929d6941cbec83762292a5a2c31572
(cherry picked from commit c80e1ddc)
parent eb3315ce
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();