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