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

Commit bbc80d97 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "HeadsUpManager: escalate via wakefulness lifecycle instead of broadcast" into oc-dr1-dev

am: 02be5d1d

Change-Id: I0e3d90ebb299cae9268f3d49820776bb7f309991
parents 12c586c5 02be5d1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3731,7 +3731,6 @@ public class StatusBar extends SystemUI implements DemoMode,
                }
            }
            else if (Intent.ACTION_SCREEN_OFF.equals(action)) {
                notifyHeadsUpScreenOff();
                finishBarAnimations();
                resetUserExpandedStates();
            }
@@ -5173,6 +5172,7 @@ public class StatusBar extends SystemUI implements DemoMode,

        @Override
        public void onStartedGoingToSleep() {
            notifyHeadsUpGoingToSleep();
            dismissVolumeDialog();
        }

@@ -7266,7 +7266,7 @@ public class StatusBar extends SystemUI implements DemoMode,
        setAreThereNotifications();
    }

    protected void notifyHeadsUpScreenOff() {
    protected void notifyHeadsUpGoingToSleep() {
        maybeEscalateHeadsUp();
    }