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

Commit 27e2d65a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Don't always suppres redraw report request in relayout" into tm-qpr-dev am: ab64c59f

parents 7851ba2f ab64c59f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -6113,8 +6113,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
        if (mRedrawForSyncReported) {
            return false;
        }
        // TODO(b/233286785): Remove mIsWallpaper once WallpaperService handles syncId of relayout.
        if (mInRelayout && !mIsWallpaper) {
        if (mInRelayout && mPrepareSyncSeqId > 0) {
            // The last sync seq id will return to the client, so there is no need to request the
            // client to redraw.
            return false;