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

Commit e859fefc authored by Robin Lee's avatar Robin Lee Committed by Automerger Merge Worker
Browse files

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

parents b57b8027 c6be7237
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);
    }

    /**