Make the backup remote config field active.

This commit is contained in:
Greyson Parrelli
2025-03-12 16:57:15 -04:00
committed by Cody Henthorne
parent 2147ee77bc
commit a4c30393ee

View File

@@ -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)
}