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

Commit f803a76f authored by Rob Carr's avatar Rob Carr Committed by Android (Google) Code Review
Browse files

Merge "SurfaceView: Restore transaction application in useBLAST=false" into sc-dev

parents e8884d1a ad17626e
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1389,6 +1389,8 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall
            // If we are using BLAST, merge the transaction with the viewroot buffer transaction.
            // If we are using BLAST, merge the transaction with the viewroot buffer transaction.
            viewRoot.mergeWithNextTransaction(mRtTransaction, frameNumber);
            viewRoot.mergeWithNextTransaction(mRtTransaction, frameNumber);
            return;
            return;
        } else {
            mRtTransaction.apply();
        }
        }
    }
    }