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

Commit 41bcfb31 authored by Kazuki Takise's avatar Kazuki Takise Committed by Automerger Merge Worker
Browse files

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

parents f60decff e5e601c6
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;
            }