mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Enable key transparency for internal users.
This commit is contained in:
@@ -1226,18 +1226,6 @@ object RemoteConfig {
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
/**
|
||||
* Whether or not to show any UI related to key transparency
|
||||
*/
|
||||
@JvmStatic
|
||||
@get:JvmName("keyTransparency")
|
||||
val keyTransparency: Boolean by remoteBoolean(
|
||||
key = "android.keyTransparency",
|
||||
active = false,
|
||||
defaultValue = false,
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
/**
|
||||
* Whether or not the new UX for unified local backups is enabled
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user