Signal-Android/spinner/app/src/main/java/org/signal/spinnertest
Greyson Parrelli 10f78d5daa Change spinner to lazily read database stuff.
Otherwise you get into situations where Spinner will force DB accesses
super early during Application#onCreate on the main thread, which can be
bad when testing large DB migrations.
2022-12-16 15:22:04 -05:00
..
MainActivity.kt Change spinner to lazily read database stuff. 2022-12-16 15:22:04 -05:00
SpinnerTestSqliteOpenHelper.kt Replace Flipper with Spinner. 2022-02-16 14:12:34 -05:00