mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Make the backup remote config field active.
This commit is contained in:
committed by
Cody Henthorne
parent
2147ee77bc
commit
a4c30393ee
@@ -1011,7 +1011,7 @@ object RemoteConfig {
|
||||
val messageBackups: Boolean by remoteValue(
|
||||
key = "android.messageBackups",
|
||||
hotSwappable = false,
|
||||
active = false
|
||||
active = true
|
||||
) { value ->
|
||||
BuildConfig.MESSAGE_BACKUP_RESTORE_ENABLED || value.asBoolean(false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user