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

Commit b2aca471 authored by Chris Li's avatar Chris Li Committed by Android (Google) Code Review
Browse files

Merge "Hide Keyguard view after remote animation" into sc-v2-dev

parents 5df7e132 97047927
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2369,7 +2369,7 @@ public class KeyguardViewMediator extends SystemUI implements Dumpable,
        final boolean wasShowing = mShowing;
        onKeyguardExitFinished();

        if (mKeyguardStateController.isDismissingFromSwipe() || !wasShowing) {
        if (mKeyguardStateController.isDismissingFromSwipe() || wasShowing) {
            mKeyguardUnlockAnimationControllerLazy.get().hideKeyguardViewAfterRemoteAnimation();
        }