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

Commit ab64c59f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 9e6c37ce 1a721d60
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;