Do not connect to web socket until restore decision made.

This commit is contained in:
Cody Henthorne
2025-02-04 16:11:28 -05:00
committed by Greyson Parrelli
parent d028fcff8b
commit 9c9620c917
7 changed files with 23 additions and 14 deletions

View File

@@ -1083,7 +1083,7 @@ object RemoteConfig {
/** JSON object representing some details about how we might want to warn the user around connectivity issues. */
val connectivityWarningConfig: String by remoteString(
key = "android.connectivityWarningConfig",
defaultValue = "",
defaultValue = "{}",
hotSwappable = true
)