Merge "After keyguard exit animation, finish before notifying" into udc-dev
This commit is contained in:
@@ -2856,14 +2856,14 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable,
|
||||
+ " wasShowing=" + wasShowing);
|
||||
}
|
||||
|
||||
mKeyguardUnlockAnimationControllerLazy.get()
|
||||
.notifyFinishedKeyguardExitAnimation(cancelled);
|
||||
finishSurfaceBehindRemoteAnimation(cancelled);
|
||||
|
||||
// Dispatch the callback on animation finishes.
|
||||
mUpdateMonitor.dispatchKeyguardDismissAnimationFinished();
|
||||
});
|
||||
|
||||
mKeyguardUnlockAnimationControllerLazy.get().notifyFinishedKeyguardExitAnimation(
|
||||
cancelled);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user