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

Commit 7f2ac963 authored by Chris Li's avatar Chris Li Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15365824

Change-Id: Ief1b1efa9c4d50e5ee193af1a4e2c53e71911727
parents 82eef579 b2aca471
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();
        }