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

Commit 7ecb0d03 authored by Chavi Weingarten's avatar Chavi Weingarten Committed by Android (Google) Code Review
Browse files

Merge "Don't clear sync information if WS is waiting on child windows" into rvc-dev

parents cf3274b3 9c0e6629
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5790,10 +5790,10 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
        // be invoked and we need to invoke it ourself.
        if (mLocalSyncId >= 0) {
            mBLASTSyncEngine.setReady(mLocalSyncId);
        } else {
            mWaitingListener.onTransactionReady(mWaitingSyncId, mBLASTSyncTransaction);
            return mWinAnimator.finishDrawingLocked(null);
        }

        mWaitingListener.onTransactionReady(mWaitingSyncId, mBLASTSyncTransaction);
        mUsingBLASTSyncTransaction = false;

        mWaitingSyncId = 0;