Merge "Hide Keyguard view after remote animation" into sc-v2-dev am: b2aca4718f am: 7f2ac96380

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

Change-Id: I88348118eeed11760542b15b7bc63f179d8f63c5
This commit is contained in:
Chris Li
2021-07-27 16:46:44 +00:00
committed by Automerger Merge Worker

View File

@@ -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();
}