collect task moving-to-back

Otherwise it will flicker.

Bug: 281944233
Test: open chrome+gmail in split, close gmail via back.
Change-Id: Ibf3f0f98aa8dfc4476b246b6906978e4439d8ff7
This commit is contained in:
Evan Rosky
2023-05-11 18:30:47 -07:00
parent 8020b8b64c
commit 20f7972eb6

View File

@@ -5673,6 +5673,7 @@ class Task extends TaskFragment {
}
mTransitionController.requestStartTransition(transition, tr,
null /* remoteTransition */, null /* displayChange */);
mTransitionController.collect(tr);
moveTaskToBackInner(tr);
});
} else {