commit | a40a3b0f98d0ade9c3f85ca2d1e8d47811cebc25 | [log] [tgz] |
---|---|---|
author | Chris Li <lihongyu@google.com> | Mon Apr 15 09:31:45 2024 +0000 |
committer | Chris Li <lihongyu@google.com> | Mon Apr 15 09:31:45 2024 +0000 |
tree | b9ad4eee9ff59bdc13215428eb2538e12233144c | |
parent | c3fd28358029ee69c97391f66037ed8808277fa4 [diff] |
Fix EnterPipToOtherOrientation failure The expected behavior is to update the pip task bounds on transition finish. However, after adding the deferWindowLayout, there can be a racing condition to update the pip task bounds before the transition starts. Revert the deferWindowLayout since it is not enough to bundle all the enter pip ClientTransaction anyway. Bug: 334006268 Test: EnterPipToOtherOrientation Change-Id: I6aa3957b61a62c8e690e56291859d817157903e0