pull/783/head 3.21.010510
gedoor 4 years ago
parent 02d75422e1
commit 3f767d3a28
  1. 4
      app/src/main/java/io/legado/app/model/webBook/BookChapterList.kt

@ -98,13 +98,13 @@ object BookChapterList {
block.resume(finish(book, chapterList, reverse)) block.resume(finish(book, chapterList, reverse))
} }
) { ) {
block.resumeWithException(it) block.cancel(it)
} }
} }
} }
} }
}.onFailure { }.onFailure {
block.resumeWithException(it) block.cancel(it)
} }
} }

Loading…
Cancel
Save