pull/1301/head
gedoor 3 years ago
parent 18835d22de
commit d0ce31421f
  1. 1
      app/src/main/java/io/legado/app/model/ReadBook.kt

@ -335,6 +335,7 @@ object ReadBook : CoroutineScope by MainScope() {
success: (() -> Unit)? = null
) {
Coroutine.async {
removeLoading(chapter.index)
if (chapter.index in durChapterIndex - 1..durChapterIndex + 1) {
chapter.title = when (AppConfig.chineseConverterType) {
1 -> ChineseUtils.t2s(chapter.title)

Loading…
Cancel
Save