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

Commit eabbbcb3 authored by Rob Carr's avatar Rob Carr Committed by Automerger Merge Worker
Browse files

Merge "SurfaceFlinger: Force runHandleTransaction" into rvc-dev am: de435229

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

Change-Id: I28bd0695aeabb0c1c4c6a4ec0bebd1b2fdccbba7
parents 85e20542 de435229
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2023,7 +2023,8 @@ bool SurfaceFlinger::handleMessageTransaction() {

    bool runHandleTransaction =
            (transactionFlags && (transactionFlags != eTransactionFlushNeeded)) ||
            flushedATransaction;
            flushedATransaction ||
            mForceTraversal;

    if (runHandleTransaction) {
        handleTransaction(eTransactionMask);