Merge "Allow multiple tasks to change in one transition"
This commit is contained in:
committed by
Android (Google) Code Review
commit
116f1190ce
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user