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

Commit 4c62cbda 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

am: 8ca3333d

Change-Id: Iaa6f622142eab1454d5bd769a532f010d4509078
parents 9d31468a 8ca3333d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3009,8 +3009,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;