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

Commit fea9a83d authored by Evan Rosky's avatar Evan Rosky Committed by Android (Google) Code Review
Browse files

Merge "Don't send seqId in relayout if layout hasn't happened" into main

parents 6dfcf25a 8902abfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2673,7 +2673,7 @@ public class WindowManagerService extends IWindowManager.Stub

            if (outRelayoutResult != null) {
                if (win.syncNextBuffer() && viewVisibility == View.VISIBLE
                        && win.mSyncSeqId > lastSyncSeqId) {
                        && win.mSyncSeqId > lastSyncSeqId && !displayContent.mWaitingForConfig) {
                    outRelayoutResult.syncSeqId = win.shouldSyncWithBuffers()
                            ? win.mSyncSeqId
                            : -1;