mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-21 17:24:38 +01: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.