mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-27 08:32:08 +01:00
Increment plaintext export config key.
This commit is contained in:
@@ -1354,7 +1354,7 @@ object RemoteConfig {
|
||||
@JvmStatic
|
||||
@get:JvmName("localPlaintextExport")
|
||||
val localPlaintextExport: Boolean by remoteBoolean(
|
||||
key = "android.localPlaintextExport",
|
||||
key = "android.localPlaintextExport.2",
|
||||
defaultValue = false,
|
||||
hotSwappable = false
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user