mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-09 15:35:17 +00:00
fix(android): expose talk-mode assistant speech entrypoint
This commit is contained in:
@@ -194,6 +194,11 @@ class TalkModeManager(
|
||||
}
|
||||
}
|
||||
|
||||
suspend fun speakAssistantReply(text: String) {
|
||||
reloadConfig()
|
||||
playAssistant(text)
|
||||
}
|
||||
|
||||
private fun start() {
|
||||
mainHandler.post {
|
||||
if (_isListening.value) return@post
|
||||
|
||||
Reference in New Issue
Block a user