mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-27 22:43:52 +00:00
There's a bug where if you restore a database with a different column definition order than a new install, then column indexes in cursors could be wrong. Closing and re-opening the database fixes this. I also removed a reference to a possibly-closed database we were holding onto in LiveRecipient.