pull/51/head
kunfei 5 years ago
parent f5062e8c79
commit 92598bca76
  1. 1
      app/src/main/java/io/legado/app/service/help/ReadBook.kt

@ -52,6 +52,7 @@ object ReadBook {
fun moveToNextPage() { fun moveToNextPage() {
durPageIndex++ durPageIndex++
callBack?.upContent() callBack?.upContent()
saveRead()
} }
fun moveToNextChapter(upContent: Boolean): Boolean { fun moveToNextChapter(upContent: Boolean): Boolean {

Loading…
Cancel
Save