commit | 750c5af2da66f073dd3881664f63e97bc8702032 | [log] [tgz] |
---|---|---|
author | Schneider Victor-tulias <[email protected]> | Wed Jul 26 10:16:04 2023 -0700 |
committer | Schneider Victor-tulias <[email protected]> | Wed Jul 26 10:20:24 2023 -0700 |
tree | fdd98a050fbb99165adde3effc0c6db134ed0def | |
parent | 3ce64d592b508177d94d3ee21f8e77c234b8af33 [diff] |
Fix flaky RuntimeException in CellLayout. Changing the grid while a previous loader is running (more likely to happen in test) can cause a saved item info to have a cell position outside the bounds of the new grid. This should just be handled the same way as other item infos being loaded in an occupied space. Flag: not needed Fixes: 233989158 Test: changed grid sizes multiple times Change-Id: Ibba337c224e7a08533331a87b1369ebf96e3c9a3