mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Schedule message backups when enabled.
This commit is contained in:
@@ -741,7 +741,7 @@ public final class FeatureFlags {
|
||||
* Note: This feature is in active development and is not intended to currently function.
|
||||
*/
|
||||
public static boolean messageBackups() {
|
||||
return getBoolean(MESSAGE_BACKUPS, false);
|
||||
return BuildConfig.MESSAGE_BACKUP_RESTORE_ENABLED || getBoolean(MESSAGE_BACKUPS, false);
|
||||
}
|
||||
|
||||
/** Whether or not to use the custom CameraX controller class */
|
||||
|
||||
Reference in New Issue
Block a user