Merge "Notify unlock controller when remote animation ends due to null finishedCallback." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4e1ecd1e40
@@ -2497,6 +2497,8 @@ public class KeyguardViewMediator extends CoreStartable implements Dumpable,
|
||||
// supported, so it's always null.
|
||||
mContext.getMainExecutor().execute(() -> {
|
||||
if (finishedCallback == null) {
|
||||
mKeyguardUnlockAnimationControllerLazy.get()
|
||||
.notifyFinishedKeyguardExitAnimation(false /* cancelled */);
|
||||
mInteractionJankMonitor.end(CUJ_LOCKSCREEN_UNLOCK_ANIMATION);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user