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

Commit e0487d93 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

am: df46d819

Change-Id: I0d7479ca2211fd9adc1fcde85e8775d0b70f50fe
parents b8a4df9d df46d819
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();
        }
    }