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

Commit a701830c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "PIN/PUK Views not showing after boot" into sc-dev

parents a8ef1df9 f4ce81c6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -739,8 +739,13 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb
    }

    public void onThemeChanged() {
        boolean wasShowing = mBouncer.isShowing();
        boolean wasScrimmed = mBouncer.isScrimmed();

        hideBouncer(true /* destroyView */);
        mBouncer.prepare();

        if (wasShowing) showBouncer(wasScrimmed);
    }

    public void onKeyguardFadedAway() {