From 04a22911f4d83c6ac2ee3533686f146279409d18 Mon Sep 17 00:00:00 2001 From: kunfei Date: Tue, 27 Aug 2019 17:29:22 +0800 Subject: [PATCH] up --- .../main/java/io/legado/app/ui/readbook/ReadBookViewModel.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/main/java/io/legado/app/ui/readbook/ReadBookViewModel.kt b/app/src/main/java/io/legado/app/ui/readbook/ReadBookViewModel.kt index 841b06199..f6b1bd219 100644 --- a/app/src/main/java/io/legado/app/ui/readbook/ReadBookViewModel.kt +++ b/app/src/main/java/io/legado/app/ui/readbook/ReadBookViewModel.kt @@ -234,7 +234,6 @@ class ReadBookViewModel(application: Application) : BaseViewModel(application) { durChapterIndex++ prevTextChapter = curTextChapter curTextChapter = nextTextChapter - nextTextChapter = null bookData.value?.let { launch(IO) { for (i in 0..10) { @@ -251,7 +250,6 @@ class ReadBookViewModel(application: Application) : BaseViewModel(application) { durChapterIndex-- nextTextChapter = curTextChapter curTextChapter = prevTextChapter - prevTextChapter = null bookData.value?.let { launch(IO) { for (i in -5..0) {