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

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

Merge "ViewRootImpl remove blur defer transacion" into sc-dev

parents 77832050 a3cbeeae
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -10204,9 +10204,6 @@ public final class ViewRootImpl implements ViewParent,

        if (useBLAST() && mBlastBufferQueue != null) {
            mBlastBufferQueue.mergeWithNextTransaction(transaction, frameNumber);
        } else {
            transaction.deferTransactionUntil(surfaceControl, surfaceControl, frameNumber);
            transaction.apply();
        }
    }