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

Commit e3e57fae authored by Vishnu Nair's avatar Vishnu Nair Committed by Android (Google) Code Review
Browse files

Merge "Clear mForceTraversal "

parents 47fc9530 05fc8830
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2878,6 +2878,7 @@ void SurfaceFlinger::handleTransactionLocked(uint32_t transactionFlags) {
    // Commit layer transactions. This needs to happen after display transactions are
    // committed because some geometry logic relies on display orientation.
    if ((transactionFlags & eTraversalNeeded) || mForceTraversal || displayTransactionNeeded) {
        mForceTraversal = false;
        mCurrentState.traverse([&](Layer* layer) {
            uint32_t trFlags = layer->getTransactionFlags(eTransactionNeeded);
            if (!trFlags && !displayTransactionNeeded) return;