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

Commit bc73d2bb authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Execute transition by starting window only if visible requested"...

Merge "Merge "Execute transition by starting window only if visible requested" into tm-qpr-dev am: 61435b3d" into tm-qpr-dev-plus-aosp
parents 19e3d826 5de15162
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6360,7 +6360,7 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
        // starting window is drawn, the transition can start earlier. Exclude finishing and bubble
        // because it may be a trampoline.
        if (!wasTaskVisible && mStartingData != null && !finishing && !mLaunchedFromBubble
                && !mDisplayContent.mAppTransition.isReady()
                && mVisibleRequested && !mDisplayContent.mAppTransition.isReady()
                && !mDisplayContent.mAppTransition.isRunning()
                && mDisplayContent.isNextTransitionForward()) {
            // The pending transition state will be cleared after the transition is started, so