fix(android-voice): retry talk config after transient failures

This commit is contained in:
Ayaan Zaidi
2026-02-28 19:51:21 +05:30
committed by Ayaan Zaidi
parent 930e94024a
commit addc619087

View File

@@ -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
}
}