commit | 19709e9e16868f9651d62de7d3cf3091ab397953 | [log] [tgz] |
---|---|---|
author | wilsonshih <wilsonshih@google.com> | Mon Jun 12 05:04:00 2023 +0000 |
committer | wilsonshih <wilsonshih@google.com> | Mon Jun 12 05:04:00 2023 +0000 |
tree | 045339ae61fbda7f62947108f6af2c6e25b640ea | |
parent | a9025bc558d0ed7a127924ab7b4236ea8f834f01 [diff] |
Preventing from double remove starting window after Activity destoryed All client views will be removed after activity destoryed, so and the starting window. Checking whether the view was detached from window before remove it from WindowManagerGlobal to prevent the extra remove calls. Bug: 286563704 Test: atest StartingSurfaceDrawerTests Change-Id: Iefd390825fabac2fc1e46b0a9404f9909f159cf9