Merge "Use pending transition when task-org is unregistered" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e5e601c61b
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user