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

Commit df46d819 authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Merge "Don't re-inflate bouncer" into pi-dev

am: b7ad5e42

Change-Id: I11e4bbcf501e087fcbe4879af7c605a466a14493
parents c06466a8 b7ad5e42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ public class KeyguardBouncer {
    public void onFullyHidden() {
        if (!mShowingSoon) {
            cancelShowRunnable();
            inflateView();
            mRoot.setVisibility(View.INVISIBLE);
            mFalsingManager.onBouncerHidden();
        }
    }