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

Commit 18c3f9c5 authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "Expand NPV when bouncer is gone"

parents faccd871 ce84fc56
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3582,6 +3582,9 @@ public class StatusBar extends SystemUI implements DemoMode,
        updateHideIconsForBouncer(true /* animate */);
        mCommandQueue.recomputeDisableFlags(mDisplayId, true /* animate */);
        updateScrimController();
        if (!mBouncerShowing) {
            updatePanelExpansionForKeyguard();
        }
    }

    /**