mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 19:26:17 +00:00
There was a recursive getDatabase() call because it was happening during a migration. Solution was to re-use the DB instance we already had.