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

Commit 5d9b153d authored by Chris Wren's avatar Chris Wren
Browse files

lower the heads up threshold to exactly PRIORITY_HIGH

Bug: 13452562
Change-Id: I945ce22fa7253ff84fcc3d72f4cb732921ba3489
parent ac6e97a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ public abstract class BaseStatusBar extends SystemUI implements

    protected static final boolean ENABLE_HEADS_UP = true;
    // scores above this threshold should be displayed in heads up mode.
    protected static final int INTERRUPTION_THRESHOLD = 11;
    protected static final int INTERRUPTION_THRESHOLD = 10;
    protected static final String SETTING_HEADS_UP_TICKER = "ticker_gets_heads_up";

    // Should match the value in PhoneWindowManager