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

Commit 6063ff3c authored by Louis Chang's avatar Louis Chang Committed by Gerrit Code Review
Browse files

Merge "Avoid set transition ready to false when backgroud activity launch blocked" into main

parents 43971c94 3d774370
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1683,7 +1683,7 @@ class ActivityStarter {
                    remoteTransition, null /* displayChange */);
        } else if (result == START_SUCCESS && mStartActivity.isState(RESUMED)) {
            // Do nothing if the activity is started and is resumed directly.
        } else if (isStarted) {
        } else if (isStarted && (mBalCode != BAL_BLOCK || mDoResume)) {
            // Make the collecting transition wait until this request is ready.
            transitionController.setReady(started, false);
        }