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

Commit c7e97206 authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Use pending transaction to update client surface on animator" into main

parents a271208b 33a9c078
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5281,7 +5281,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
            // Send information to SurfaceFlinger about the priority of the current window.
            updateFrameRateSelectionPriorityIfNeeded();
            updateScaleIfNeeded();
            mWinAnimator.prepareSurfaceLocked(getSyncTransaction());
            mWinAnimator.prepareSurfaceLocked(getPendingTransaction());
            applyDims();
        }
        super.prepareSurfaces();