commit | 634bb805bb96584501dc4db6abf9da95185fbe89 | [log] [tgz] |
---|---|---|
author | Stefan Andonian <andonian@google.com> | Thu Oct 26 20:26:08 2023 +0000 |
committer | Stefan Andonian <andonian@google.com> | Thu Oct 26 20:29:22 2023 +0000 |
tree | d1e717e6892dd5c5f30d9a39bc6ce0b810c87d3e | |
parent | 3925bdfdf8d6e16643579165ae2123ba50ddbb7f [diff] |
Do DbMigration if coming from a DB w/ version < 31 This was the issue that is causing the launcher to crash when changing a grid layout. The migration is not happening, causing there to be 21 columns in the database. When the grid size changes, and the db from grid size X is migrated to a db of grid size Y, the column count isn't matching. Bug: 304687723 Test: Verified behavior through unit test. Change-Id: I2ee1f2fe09db432715b22c41581a77f6b0ac8320