全局tts引擎变化后也要改变

This commit is contained in:
Xwite
2022-02-11 18:00:07 +08:00
parent 13fdbcb3a5
commit 4100f4fe78
@@ -108,6 +108,7 @@ class ReadAloudConfigDialog : DialogFragment() {
postEvent(EventBus.MEDIA_BUTTON, false) postEvent(EventBus.MEDIA_BUTTON, false)
} }
} }
PreferKey.ttsEngine -> upSpeakEngineSummary()
} }
} }