commit | 84a606287e52d874e588899629933f9debbe450d | [log] [tgz] |
---|---|---|
author | Robert Carr <racarr@google.com> | Fri Jan 07 17:01:27 2022 -0800 |
committer | Rob Carr <racarr@google.com> | Fri Jan 14 21:41:11 2022 +0000 |
tree | 81bb427fffac52eadde6ac28dfdcd8ff16ce4889 | |
parent | 188675b29f2c41e7d7264379257651fa98e70c28 [diff] |
WindowManager Task: Update surface visibility Currently task never updates it's Surface visibility and it relies on its children becoming invisible. This has been ok as activity visibility was always managed correctly. As we move towards attaching overlays to tasks though, we need to fix this issue so that overlays will automatically be made invisible when the task is dismissed. Bug: 213603716 Test: Existing tests pass Change-Id: I5806d69d34cfbad7717c405852e025634f3947a2