Merge "Use pending transition when task-org is unregistered" into udc-dev

This commit is contained in:
Kazuki Takise
2023-03-21 23:17:04 +00:00
committed by Android (Google) Code Review

View File

@@ -390,7 +390,7 @@ class TaskOrganizerController extends ITaskOrganizerController.Stub {
boolean taskAppearedSent = t.mTaskAppearedSent;
if (taskAppearedSent) {
if (t.getSurfaceControl() != null) {
t.migrateToNewSurfaceControl(t.getSyncTransaction());
t.migrateToNewSurfaceControl(t.getPendingTransaction());
}
t.mTaskAppearedSent = false;
}