fix webdav init block main thread

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