Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5e601c6 authored by Kazuki Takise's avatar Kazuki Takise Committed by Android (Google) Code Review
Browse files

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

parents 76c7fbbe e3636017
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
            }