Kotlin suspend function makes fragment been popped without reason

后端 未结 0 460
猫巷女王i
猫巷女王i 2021-01-01 01:28

I have the following function which saves several records in a local Sqlite DB managed by Room:

fun commit() = CoroutineScope(Dispatchers.IO).launch {

               


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题