Merge "Allow multiple tasks to change in one transition"

This commit is contained in:
TreeHugger Robot
2020-08-05 16:35:04 +00:00
committed by Android (Google) Code Review

View File

@@ -2365,7 +2365,6 @@ class Task extends WindowContainer<WindowContainer> {
private boolean shouldStartChangeTransition(int prevWinMode, int newWinMode) {
if (mWmService.mDisableTransitionAnimation
|| !isVisible()
|| getDisplayContent().mAppTransition.isTransitionSet()
|| getSurfaceControl() == null
|| !isLeafTask()) {
return false;