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

Commit 8ca3333d authored by Chong Zhang's avatar Chong Zhang Committed by android-build-merger
Browse files

Merge \"Apply animation in relayout invisible the old way\" into nyc-mr1-dev

am: 8f54d32b

Change-Id: I89086685e4a128f67f4e7f0e3f1d0c5aa1b6a1ba
parents ff5aa3bb 8f54d32b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3003,8 +3003,7 @@ public class WindowManagerService extends IWindowManager.Stub
        if (win.mAttrs.type == TYPE_APPLICATION_STARTING) {
            transit = WindowManagerPolicy.TRANSIT_PREVIEW_DONE;
        }
        if (win.isWinVisibleLw() && (winAnimator.isAnimationSet() ||
                winAnimator.applyAnimationLocked(transit, false))) {
        if (win.isWinVisibleLw() && winAnimator.applyAnimationLocked(transit, false)) {
            focusMayChange = isDefaultDisplay;
            win.mAnimatingExit = true;
            win.mWinAnimator.mAnimating = true;