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

Commit 079a54da authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge "No-op when a transition happening on other display finished" into main

parents 850481b4 97b32aa0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7010,7 +7010,7 @@ class DisplayContent extends RootDisplayArea implements WindowManagerPolicy.Disp
            // by finishing the recents animation and moving it to top. That also avoids flickering
            // due to wait for previous activity to be paused if it supports PiP that ignores the
            // effect of resume-while-pausing.
            if (r == null || r == mAnimatingRecents) {
            if (r == null || r == mAnimatingRecents || r.getDisplayId() != mDisplayId) {
                return;
            }
            if (mAnimatingRecents != null && mRecentsWillBeTop) {