commit | 040e3678c956aedd688bd5cbeefc9c636c76ef57 | [log] [tgz] |
---|---|---|
author | Louis Chang <louischang@google.com> | Wed Oct 02 11:44:34 2019 +0800 |
committer | Louis Chang <louischang@google.com> | Wed Oct 02 21:06:43 2019 +0800 |
tree | edff06d392f54d88e6a0352e642c99b6bce99cd7 | |
parent | 3afc6731b2f52a4bf096290e3f85a2438168fb1c [diff] |
Fix no recents animations after unify Recents animation doesn't work once AppWindowToken and ActivityRecord unified because the mLaunchTaskBehind is updated to false too early while running recents animation. We should also defer the updates until recents animation completed. Bug: 80414790 Test: atest RecentsAnimationTest Change-Id: Ie1dd5c580b8f1c7cc66c7e12590a31398e59b2b5