Merge "Ensure sendUserLeaveHint be false when split from Overview" into tm-qpr-dev

This commit is contained in:
Hongwei Wang
2022-07-08 17:02:58 +00:00
committed by Android (Google) Code Review

View File

@@ -4014,7 +4014,8 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
stagePosition);
mSplitHiddenTaskViewIndex = indexOfChild(taskView);
if (ENABLE_QUICKSTEP_LIVE_TILE.get()) {
finishRecentsAnimation(true, null);
finishRecentsAnimation(true /* toRecents */, false /* shouldPip */,
null /* onFinishComplete */);
}
}