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

Commit 22e4fb31 authored by Sunny Goyal's avatar Sunny Goyal Committed by Automerger Merge Worker
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 am: 6956b5cc

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/18360436



Change-Id: I230c24ecf13f1bfecd9bce2065082b918220cb5d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2ae9954a 6956b5cc
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) {