@@ -196,7 +196,7 @@ object CallerAutoPilotControlManager {
|
||||
Logger.d(TAG, "voiceText: $voiceText")
|
||||
AppStateManager.currentActivity()?.also {
|
||||
it.lifeCycleScope.launch {
|
||||
// ToastUtils.showShort(voiceText)
|
||||
ToastUtils.showShort(voiceText)
|
||||
if (isPlayTTS) {
|
||||
runCatching {
|
||||
AIAssist.getInstance(it).speakTTSVoice(voiceText)
|
||||
|
||||
Reference in New Issue
Block a user