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

Commit 5548b073 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: I649c2b42926ed37c98106a32618e985e927bfc5b
parents 08919ffc 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;