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

Commit 79d356cc authored by Evan Rosky's avatar Evan Rosky Committed by Android (Google) Code Review
Browse files

Merge "Do position-update on current sync if sync active" into tm-qpr-dev

parents 7c87a4ea 8149f57b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5572,7 +5572,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
                mLastSurfaceInsets.set(mAttrs.surfaceInsets);
            }
            if (surfaceSizeChanged && mWinAnimator.getShown() && !canPlayMoveAnimation()
                    && okToDisplay()) {
                    && okToDisplay() && !useBLASTSync()) {
                applyWithNextDraw(mSetSurfacePositionConsumer);
            } else {
                mSetSurfacePositionConsumer.accept(t);