Most likely fix clear database with keeping read
This commit is contained in:
@@ -231,7 +231,7 @@ interface MangaQueries : DbProvider {
|
||||
)
|
||||
""".trimIndent()
|
||||
)
|
||||
.whereArgs(0)
|
||||
.whereArgs(0, *sourceIds.toTypedArray())
|
||||
.build()
|
||||
)
|
||||
.prepare()
|
||||
|
||||
Reference in New Issue
Block a user