commit | 98610cea0ba174de50c68a8f9c93bbefd8ab57d5 | [log] [tgz] |
---|---|---|
author | Coco Duan <cocod@google.com> | Thu Nov 16 00:48:56 2023 +0000 |
committer | Coco Duan <cocod@google.com> | Thu Nov 16 15:20:30 2023 +0000 |
tree | c2a30745cb31ade08d214d094743b8d7916e5442 | |
parent | 831a9637eefae6977845fd3a75a90338b7ed4ec7 [diff] |
Fix random widget getting displayed after adding a widget Once the lazygrid gets big enough to overscroll, adding a widget ends up rendering a random view of another widget in the grid. A tentative fix is to remove the `onReset` to always recompose the view, though this makes the performance worse. Bug: b/311319994 Test: manual Flag: ACONFIG com.android.systemui.communal_hub DEVELOPMENT Change-Id: Ie39276e6ee4ab0d9dc8a3077c3201a529e0df4f9