commit | c35c6b8863305692bf0358ba5da0a38644cfedb0 | [log] [tgz] |
---|---|---|
author | Tony Wickham <twickham@google.com> | Tue Jul 27 22:06:00 2021 -1000 |
committer | Tony Wickham <twickham@google.com> | Tue Jul 27 22:06:00 2021 -1000 |
tree | f68b1de9a6d1cc77bc4c1bc924bc785309910919 | |
parent | 42fe93476836bd8bbf6663e1b67eda7e2f5b48a0 [diff] |
Nullify mParallelRunningAnim after it ends to avoid updating it Keeping the stale reference after the animation ends is dangerous because if we call end() on it, it will jump to the now-obsolete end value. Test: atest NexusLauncherTests:com.android.launcher3.memory.MemoryTests#testAppLaunchFromWorkspace Bug: 193440212 Change-Id: I8ca45db7ceec2d6e6a9c6e69a6e0359fd73a7d27