Build fixes

This commit is contained in:
Jobobby04
2023-12-23 23:22:43 -05:00
parent 927c94041e
commit 03407a784f
3 changed files with 8 additions and 5 deletions
-3
View File
@@ -490,9 +490,6 @@ object EXHMigrations {
}
}
if (oldVersion under 40) {
if (backupPreferences.numberOfBackups().get() == 1) {
backupPreferences.numberOfBackups().set(2)
}
if (backupPreferences.backupInterval().get() == 0) {
backupPreferences.backupInterval().set(12)
BackupCreateJob.setupTask(context)