pull/32/head
kunfei 5 years ago
parent 4cdeb061ca
commit bf79cf6289
  1. 2
      app/src/main/java/io/legado/app/ui/readbook/ReadBookActivity.kt

@ -225,5 +225,7 @@ class ReadBookActivity : VMBaseActivity<ReadBookViewModel>(R.layout.activity_rea
override fun observeLiveBus() { override fun observeLiveBus() {
super.observeLiveBus() super.observeLiveBus()
observeEvent<Int>(Bus.ALOUD_STATE) { readAloudStatus = it } observeEvent<Int>(Bus.ALOUD_STATE) { readAloudStatus = it }
observeEvent<Int>(Bus.TTS_START) {}
observeEvent<Int>(Bus.TTS_RANGE_START) {}
} }
} }
Loading…
Cancel
Save