Schedule message backups when enabled.

This commit is contained in:
Clark
2024-04-23 11:19:51 -04:00
committed by Cody Henthorne
parent 8a972d93e9
commit b043b6e458
7 changed files with 77 additions and 6 deletions

View File

@@ -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 */