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

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

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

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

Change-Id: I9bce99c8aee5e29384a3bd820e4971c5f5c04c4b
parents 8d744e8f 1f338417
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);