From d0ce31421f5c836c79f8592437dd7b6a4f1a15ad Mon Sep 17 00:00:00 2001 From: gedoor Date: Tue, 7 Sep 2021 16:38:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/io/legado/app/model/ReadBook.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/io/legado/app/model/ReadBook.kt b/app/src/main/java/io/legado/app/model/ReadBook.kt index 2718bb512..58882a879 100644 --- a/app/src/main/java/io/legado/app/model/ReadBook.kt +++ b/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)