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

Commit 94883f23 authored by Danny Baumann's avatar Danny Baumann Committed by Gerrit Code Review
Browse files

Merge "Fix PhoneWindowManager animationFinished callback." into cm-10.2

parents 6d9c75d8 601d8cc3
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -649,10 +649,12 @@ public class WindowAnimator {

        if (mAnimating) {
            mService.scheduleAnimationLocked();
        } else if (wasAnimating) {
        } else {
            mPolicy.windowAnimationFinished();
            if (wasAnimating) {
                mService.requestTraversalLocked();
            }
        }
        if (WindowManagerService.DEBUG_WINDOW_TRACE) {
            Slog.i(TAG, "!!! animate: exit mAnimating=" + mAnimating
                + " mBulkUpdateParams=" + Integer.toHexString(mBulkUpdateParams)