commit | 7f47777d3a085e0abe976785b6baf6f76a1f083b | [log] [tgz] |
---|---|---|
author | Charles Chen <charlesccchen@google.com> | Wed Jul 24 17:43:44 2024 +0800 |
committer | Charles Chen <charlesccchen@google.com> | Tue Jul 30 09:18:43 2024 +0800 |
tree | a6ed7f161b863c3405b2400d02fbca83c83695b9 | |
parent | a126bc9dfd4b777af7ff454113e43008201b980e [diff] |
Fix overlay below activity is dismissed When launching a new overlay, the overlay container below an activity could be dismissed unexpectedly because we check if the overlay container is the top TF of the task, but the top TF could also be occluded by fullscreen activity. This CL checks if the overlay is the top child of its parent container instead. Fixes: 339195872 Test: atest OverlayPresentationTest Flag: EXEMPT bugfix Change-Id: I25a31f64ff006895a97d09f7fb5a583bdec19f11