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

Commit 01a085ef authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Flip flag check in KeyguardStatusBarController" into main

parents 3a1491d0 5a2c3121
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -660,10 +660,8 @@ public class KeyguardStatusBarViewController extends ViewController<KeyguardStat
     * whether heads up is visible.
     */
    public void updateForHeadsUp() {
        if (SceneContainerFlag.isUnexpectedlyInLegacyMode()) {
            // [KeyguardStatusBarViewBinder] handles visibility changes due to heads up states.
            return;
        }
        // [KeyguardStatusBarViewBinder] handles visibility when SceneContainerFlag is on.
        SceneContainerFlag.assertInLegacyMode();
        updateForHeadsUp(true);
    }