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

Commit 4a16f2a9 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 am: 7f2ac963

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

Change-Id: I88348118eeed11760542b15b7bc63f179d8f63c5
parents 4c56920b 7f2ac963
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2369,7 +2369,7 @@ public class KeyguardViewMediator extends SystemUI implements Dumpable,
        final boolean wasShowing = mShowing;
        final boolean wasShowing = mShowing;
        onKeyguardExitFinished();
        onKeyguardExitFinished();


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