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