pull/48/head
kunfei 5 years ago
parent e79f8b7e5a
commit fa010e9a70
  1. 1
      app/src/main/java/io/legado/app/ui/book/read/ReadBookViewModel.kt

@ -287,6 +287,7 @@ class ReadBookViewModel(application: Application) : BaseViewModel(application) {
prevTextChapter = null
curTextChapter = null
nextTextChapter = null
callBack?.upContent()
if (index != durChapterIndex) {
durChapterIndex = index
durPageIndex = 0

Loading…
Cancel
Save