fix webdav init block main thread

This commit is contained in:
821938089
2022-07-11 10:45:16 +08:00
parent c5a3241bc9
commit fbecc2333e
@@ -107,7 +107,9 @@ object ReadBook : CoroutineScope by MainScope() {
fun uploadProgress() {
book?.let {
AppWebDav.uploadBookProgress(it)
Coroutine.async {
AppWebDav.uploadBookProgress(it)
}
}
}