mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Prepare to show backups megaphone to beta users.
This commit is contained in:
committed by
Alex Hart
parent
ad45ca1fcc
commit
7adcc466ad
@@ -1197,5 +1197,13 @@ object RemoteConfig {
|
||||
defaultValue = false,
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
@JvmStatic
|
||||
@get:JvmName("backupsBetaMegaphone")
|
||||
val backupsBetaMegaphone: Boolean by remoteBoolean(
|
||||
key = "android.backupsBetaMegaphone",
|
||||
defaultValue = false,
|
||||
hotSwappable = true
|
||||
)
|
||||
// endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user