mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Merge "Fixing transaction applier holding on to the release check if no frame update was scheduled" into tm-dev
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user