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

Commit 6956b5cc authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

Merge "Fixing transaction applier holding on to the release check if no frame...

Merge "Fixing transaction applier holding on to the release check if no frame update was scheduled" into tm-dev
parents 6ac4f9e8 46254675
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ public class SurfaceTransactionApplier extends ReleaseCheck {
        mTargetViewRootImpl = targetView.getViewRootImpl();
        mBarrierSurfaceControl = mTargetViewRootImpl.getSurfaceControl();
        mApplyHandler = new Handler(this::onApplyMessage);
        setCanRelease(true);
    }

    protected boolean onApplyMessage(Message msg) {