Merge "Hide Keyguard view after remote animation" into sc-v2-dev
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user