commit | 09ca8a218c985983a6f0f2a41ef2ce5afbd48390 | [log] [tgz] |
---|---|---|
author | Jerry Chang <chenghsiuchang@google.com> | Mon May 16 08:16:55 2022 +0000 |
committer | Jerry Chang <chenghsiuchang@google.com> | Mon May 16 09:40:28 2022 +0000 |
tree | 5e8b7ade52f7e6435d5b04bdadd1230372bea528 | |
parent | c122c97cff80d86d23053ab6c9ccaec7424d6d7b [diff] |
Fix not callback onTaskMovedToFront when dismissing split After I5dac8826e, launcher relies on onTaskMovedToFront to track the top most task. But in wm-core, it doesn't invoke onTaskMovedToFront when reparenting a leaf task to TaskDisplayArea, like when dismissing split screen. This makes sure to cover such flow. Fix: 229828519 Test: dismiss focused split side, enter overview, observed app icon is correct. Change-Id: Iaf420c8c7d80d3c80b2eeca31cad8718e541d8a1