commit | 1a9ba517311e454216fb12ec5a4c4ec9ffc236da | [log] [tgz] |
---|---|---|
author | Chris Li <lihongyu@google.com> | Thu Jan 12 15:16:42 2023 +0800 |
committer | Chris Li <lihongyu@google.com> | Thu Jan 12 17:09:22 2023 +0800 |
tree | c20548825867bda3a89caf0fc1c7ba1f795e0d47 | |
parent | c5978eaf770451a816a73afd1fb24bbc53bcdd4a [diff] |
Fix incorrect animation direction for closing TaskFragment Before, we only recorded the organizer override bounds when there is a bounds change WCT, but missed the initial bounds set when creating the TaskFragment. Now, we also record the initial bounds. Also add a log for case when the organizer is removed before the animation is played. Fix: 264980267 Test: atest WmTests:TaskFragmentOrganizerControllerTest Change-Id: I3585747a009b9a655b3a8bed7d62edea3ec90041