commit | 603462e0731027f665b574aa6bef93fc78d63ecb | [log] [tgz] |
---|---|---|
author | Evan Rosky <erosky@google.com> | Mon Jun 14 13:57:55 2021 -0700 |
committer | Chris Li <lihongyu@google.com> | Tue Jul 06 03:36:00 2021 +0000 |
tree | c0072a6d4342a199d293d11af642087c20cc9e76 | |
parent | 39b0bd2261c3a674625e299f393386159da51e5a [diff] |
Fix some bugs with display iteration/removal ordering There were loops whose body were removing elements during loop iteration. This CL separates some of those to avoid out-of-bounds errors. Also fixes an issue where navbar was using a non-visual context. Bug: 183993924 Test: atest MultiDisplaySystemDecorationTests Change-Id: I90eb229e1739e18e2b9b9347212cc52c5b48c30e