mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Use non-global remote config for usePqRatchet.
This commit is contained in:
@@ -1159,8 +1159,8 @@ object RemoteConfig {
|
||||
@JvmStatic
|
||||
@get:JvmName("usePqRatchet")
|
||||
val usePqRatchet: UsePqRatchet by remoteValue(
|
||||
key = "global.usePqRatchet",
|
||||
hotSwappable = true
|
||||
key = "android.usePqRatchet",
|
||||
hotSwappable = false
|
||||
) { value ->
|
||||
if (value.asBoolean(false)) UsePqRatchet.YES else UsePqRatchet.NO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user