commit | b5a4e05e2a0a9987bd04ad99788b5c6cd1895e6b | [log] [tgz] |
---|---|---|
author | Vinit Nayak <peanutbutter@google.com> | Wed Aug 18 16:25:51 2021 -0700 |
committer | Vinit Nayak <peanutbutter@google.com> | Wed Aug 18 16:37:14 2021 -0700 |
tree | 4c6b76a83d3bd5c325228e6d93f773cfd24b5092 | |
parent | f8d55e0e2a9f63597948e6125c42fc93477269d5 [diff] |
Null out reference to RemoteAnimationTargets when animation finishes Bug: 195430732 Test: Re-ran FallbackRecentsTest#testOverview, passes Change-Id: If9be3429516caface998561fbcc8223e256d0fdf
diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index ef52b41..853a3aa 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java
@@ -4062,6 +4062,7 @@ setCurrentTask(-1); mRecentsAnimationController = null; executeSideTaskLaunchCallback(); + mRemoteTargetHandles = null; } public void setDisallowScrollToClearAll(boolean disallowScrollToClearAll) {