commit | 630d25c619dc69414926e308bb0d7f2311a69196 | [log] [tgz] |
---|---|---|
author | Tony Huang <tonyychuang@google.com> | Wed Jan 11 18:41:28 2023 +0800 |
committer | Tony Huang <tonyychuang@google.com> | Thu Jan 12 11:36:49 2023 +0800 |
tree | 6b9b88cd1e481a0e261430fde731c6f9298b6efd | |
parent | 103ab3935b315e906fc768f90767308c0df44a42 [diff] |
Fix screenshot surface null during animation The screenshot surface might be set as null during animation if previous animation still running and end during current animation finished. Fix this by only keep one animatior and cancel previous one before new one start. Fix: 263550337 Test: manual Test: pass existing test Change-Id: I95eb1b03790d84bdab7e58c25a7b0a1d074adfb8