fix: temporary workaround for main thread execution
This commit is contained in:
parent
0f68f71106
commit
4b96fc2daf
|
@ -24,6 +24,7 @@ abstract class ErosHistoryDatabase : RoomDatabase() {
|
|||
ErosHistoryDatabase::class.java,
|
||||
"omnipod_eros_history_database.db"
|
||||
)
|
||||
.allowMainThreadQueries()
|
||||
.fallbackToDestructiveMigration()
|
||||
.build()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue