mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Force okhttp usage regardless of remote config.
This commit is contained in:
@@ -1029,7 +1029,7 @@ object RemoteConfig {
|
||||
key = "android.libsignalWebSocketEnabled.5",
|
||||
hotSwappable = false
|
||||
) { value ->
|
||||
value.asBoolean(false) || Environment.IS_NIGHTLY
|
||||
value.asBoolean(false)
|
||||
}
|
||||
|
||||
@JvmStatic
|
||||
|
||||
Reference in New Issue
Block a user