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

Commit d8ded730 authored by Riddle Hsu's avatar Riddle Hsu Committed by Automerger Merge Worker
Browse files

Merge "Avoid extra force-relayout for sync" into tm-qpr-dev am: 51041e3c

parents 310a04a3 51041e3c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -6043,6 +6043,11 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
        if (mRedrawForSyncReported) {
            return false;
        }
        if (mInRelayout) {
            // The last sync seq id will return to the client, so there is no need to request the
            // client to redraw.
            return false;
        }
        return useBLASTSync();
    }