Merge "Null out RemoteTargetHandles as soon as finishing recents is requested" into sc-v2-dev am: 759e15fe45

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

Change-Id: I31ed76ec3ea6394ddd42a4530d1e1c8635e52b0a
This commit is contained in:
Vinit Nayak
2021-08-26 06:07:50 +00:00
committed by Automerger Merge Worker
@@ -4090,6 +4090,8 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
public void finishRecentsAnimation(boolean toRecents, boolean shouldPip,
Runnable onFinishComplete) {
// TODO(b/197232424#comment#10) Move this back into onRecentsAnimationComplete(). Maybe?
mRemoteTargetHandles = null;
if (!toRecents && ENABLE_QUICKSTEP_LIVE_TILE.get()) {
// Reset the minimized state since we force-toggled the minimized state when entering
// overview, but never actually finished the recents animation. This is a catch all for
@@ -4137,7 +4139,6 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
setCurrentTask(-1);
mRecentsAnimationController = null;
executeSideTaskLaunchCallback();
mRemoteTargetHandles = null;
}
public void setDisallowScrollToClearAll(boolean disallowScrollToClearAll) {