Loading services/core/java/com/android/server/wm/ActivityStarter.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
services/core/java/com/android/server/wm/ActivityStarter.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading