mirror of https://github.com/openclaw/openclaw.git
fix(android): expose talk-mode assistant speech entrypoint
This commit is contained in:
parent
eea081c709
commit
fcf3e5b0a0
|
|
@ -194,6 +194,11 @@ class TalkModeManager(
|
|||
}
|
||||
}
|
||||
|
||||
suspend fun speakAssistantReply(text: String) {
|
||||
reloadConfig()
|
||||
playAssistant(text)
|
||||
}
|
||||
|
||||
private fun start() {
|
||||
mainHandler.post {
|
||||
if (_isListening.value) return@post
|
||||
|
|
|
|||
Loading…
Reference in New Issue