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

Commit 0aaa7c0a authored by Chavi Weingarten's avatar Chavi Weingarten Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11708151

Change-Id: I249cbf6deba3c639acdf0dea85f3f028caf10516
parents 8bf3da51 7ecb0d03
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;