commit | 6956b5cc7c4687b55bd6d91bdd7370d56e2d8ea4 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Mon May 16 17:52:11 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon May 16 17:52:11 2022 +0000 |
tree | 5955fb74dde40f7324750dcf290462af2551e953 | |
parent | 6ac4f9e8828f45f0d1b763ac4db53ef2b6d5190d [diff] | |
parent | 46254675da2096c6d62c007a4320bcead970448d [diff] |
Merge "Fixing transaction applier holding on to the release check if no frame update was scheduled" into tm-dev
diff --git a/quickstep/src/com/android/quickstep/util/SurfaceTransactionApplier.java b/quickstep/src/com/android/quickstep/util/SurfaceTransactionApplier.java index 3b1c150..4757d4b 100644 --- a/quickstep/src/com/android/quickstep/util/SurfaceTransactionApplier.java +++ b/quickstep/src/com/android/quickstep/util/SurfaceTransactionApplier.java
@@ -53,6 +53,7 @@ mTargetViewRootImpl = targetView.getViewRootImpl(); mBarrierSurfaceControl = mTargetViewRootImpl.getSurfaceControl(); mApplyHandler = new Handler(this::onApplyMessage); + setCanRelease(true); } protected boolean onApplyMessage(Message msg) {