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

Commit 1dd66dc2 authored by Chris Li's avatar Chris Li Committed by Android (Google) Code Review
Browse files

Merge "Do not set TaskFragment surface position if in change transition" into sc-v2-dev

parents ffce2527 d4a6bad8
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2046,9 +2046,7 @@ class TaskFragment extends WindowContainer<WindowContainer> {

        if (shouldStartChangeTransition(mTmpPrevBounds)) {
            initializeChangeTransition(mTmpPrevBounds);
        }

        if (mTaskFragmentOrganizer != null) {
        } else if (mTaskFragmentOrganizer != null) {
            // Update the surface position here instead of in the organizer so that we can make sure
            // it can be synced with the surface freezer.
            updateSurfacePosition(getSyncTransaction());