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

Commit 793951c7 authored by Yunfan Chen's avatar Yunfan Chen Committed by Android (Google) Code Review
Browse files

Merge "Collect change before starting transition" into udc-dev

parents 0a55efee 85f76590
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1159,9 +1159,10 @@ class ActivityClientController extends IActivityClientController.Stub {
            }
            return;
        }
        transition.collect(topFocusedRootTask);
        executeMultiWindowFullscreenRequest(fullscreenRequest, topFocusedRootTask);
        r.mTransitionController.requestStartTransition(transition, topFocusedRootTask,
                null /* remoteTransition */, null /* displayChange */);
        executeMultiWindowFullscreenRequest(fullscreenRequest, topFocusedRootTask);
        transition.setReady(topFocusedRootTask, true);
    }