mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Do not connect to web socket until restore decision made.
This commit is contained in:
committed by
Greyson Parrelli
parent
d028fcff8b
commit
9c9620c917
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user