mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 05:27:26 +00:00
fix(android-voice): retry talk config after transient failures
This commit is contained in:
@@ -997,7 +997,8 @@ class TalkModeManager(
|
|||||||
apiKey = envKey?.takeIf { it.isNotEmpty() }
|
apiKey = envKey?.takeIf { it.isNotEmpty() }
|
||||||
voiceAliases = emptyMap()
|
voiceAliases = emptyMap()
|
||||||
defaultOutputFormat = defaultOutputFormatFallback
|
defaultOutputFormat = defaultOutputFormatFallback
|
||||||
configLoaded = true
|
// Keep config load retryable after transient fetch failures.
|
||||||
|
configLoaded = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user