fix webdav init block main thread

pull/2060/head
821938089 2 years ago
parent 740404120a
commit b24f913e37
  1. 2
      app/src/main/java/io/legado/app/model/ReadBook.kt

@ -107,9 +107,11 @@ object ReadBook : CoroutineScope by MainScope() {
fun uploadProgress() {
book?.let {
Coroutine.async {
AppWebDav.uploadBookProgress(it)
}
}
}
fun upReadTime() {
Coroutine.async {

Loading…
Cancel
Save