朗读前先更新

pull/1601/head
Xwite 3 years ago
parent 717c451a3e
commit 241916f363
  1. 1
      app/src/main/java/io/legado/app/model/ReadBook.kt

@ -215,6 +215,7 @@ object ReadBook : CoroutineScope by MainScope() {
*/
fun readAloud(play: Boolean = true) {
book?.let {
ReadAloud.upReadAloudClass()
ReadAloud.play(appCtx, play)
}
}

Loading…
Cancel
Save