修复自动换源的bug

pull/370/head
gedoor 4 years ago
parent 01ce78cc5f
commit 5c14b044eb
  1. 2
      app/src/main/java/io/legado/app/service/help/ReadBook.kt

@ -85,9 +85,11 @@ object ReadBook {
} }
fun upMsg(msg: String?) { fun upMsg(msg: String?) {
if (this.msg != msg) {
this.msg = msg this.msg = msg
callBack?.upContent() callBack?.upContent()
} }
}
fun moveToNextPage() { fun moveToNextPage() {
durPageIndex++ durPageIndex++

Loading…
Cancel
Save