修复自动换源的bug

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

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

Loading…
Cancel
Save