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

Commit c4af3b4e authored by Evan Rosky's avatar Evan Rosky Committed by Automerger Merge Worker
Browse files

Merge "Do position-update on current sync if sync active" into tm-qpr-dev am: 79d356cc

parents 88a4eb15 79d356cc
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);