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

This commit is contained in:
Chris Li
2021-07-27 16:08:27 +00:00
committed by Android (Google) Code Review

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