Force okhttp usage regardless of remote config.

This commit is contained in:
Cody Henthorne
2025-06-16 10:08:59 -04:00
parent f9ea7be65f
commit f245fc2b57
2 changed files with 3 additions and 3 deletions

View File

@@ -1029,7 +1029,7 @@ object RemoteConfig {
key = "android.libsignalWebSocketEnabled.5",
hotSwappable = false
) { value ->
value.asBoolean(false) || Environment.IS_NIGHTLY
value.asBoolean(false)
}
@JvmStatic