Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6be7237 authored by Robin Lee's avatar Robin Lee Committed by Android (Google) Code Review
Browse files

Merge "After keyguard exit animation, finish before notifying" into udc-dev

parents db46763e c52deb2b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);
    }

    /**