Merge "Do position-update on current sync if sync active" into tm-qpr-dev
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user