pull/32/head
kunfei 5 years ago
parent 9f38e08253
commit 2d1ef9fd6a
  1. 2
      app/src/main/java/io/legado/app/ui/readbook/ReadBookActivity.kt

@ -598,7 +598,7 @@ class ReadBookActivity : VMBaseActivity<ReadBookViewModel>(R.layout.activity_rea
moveToPrevChapter() moveToPrevChapter()
} }
} }
-2 -> moveToPrevChapter() -2 -> moveToPrevChapter(false)
} }
} }
observeEvent<String>(Bus.REPLACE) { observeEvent<String>(Bus.REPLACE) {

Loading…
Cancel
Save