Why Does Room Delete Operation(With RxJava) Gives UI Thread Error Even Specifying Different Subcribe Thread?

后端 未结 2 2081
隐瞒了意图╮
隐瞒了意图╮ 2021-01-05 14:26

So simply, the DAO

@Query(\"DELETE FROM Things WHERE someIdOfTheThing IN (:listOfId)\")
abstract fun deleteThings(listOfId: MutableList): Maybe         


        
2条回答
提交回复
热议问题