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

Commit 67757144 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: If28d9f31e13b86d0939c7e38035b0d5df817f729
parents 762a99bf 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);