commit | b3072147247029c017e6b8ebae4610e794be4a26 | [log] [tgz] |
---|---|---|
author | Tony Huang <tonyychuang@google.com> | Wed Apr 20 16:54:59 2022 +0800 |
committer | Tony Huang <tonyychuang@google.com> | Thu Apr 28 14:33:38 2022 +0800 |
tree | 167bf51ee0b3dcec0caf8ad17ab73c04a0050891 | |
parent | ac3033fd40a28f773dc5c5fc9da39f2082a3ae69 [diff] |
Fix animation target rule due to split screen arch change Because singleTop root arch change, it makes animation target as only one rather then both split root as target. It cause some expection callback wrong for client such as shell split side and Launcher side. We should change animation target rule to follow previous behavior before singleTop change. Fix: 228572519 Test: manual Test: pass existing tests Change-Id: Id68cb0ae22ed39ad42d0593bf152f5bd3bd5f9f1