mirror of https://github.com/openclaw/openclaw.git
fix(android-voice): retry talk config after transient failures
This commit is contained in:
parent
930e94024a
commit
addc619087
|
|
@ -997,7 +997,8 @@ class TalkModeManager(
|
|||
apiKey = envKey?.takeIf { it.isNotEmpty() }
|
||||
voiceAliases = emptyMap()
|
||||
defaultOutputFormat = defaultOutputFormatFallback
|
||||
configLoaded = true
|
||||
// Keep config load retryable after transient fetch failures.
|
||||
configLoaded = false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue