Fix automatic backups not working

Apparently they die if you rename a worker class.
This commit is contained in:
arkon
2023-04-05 22:13:54 -04:00
parent 75460e01c8
commit d25ba23079
2 changed files with 4 additions and 1 deletions

View File

@@ -360,6 +360,9 @@ object Migrations {
}
}
}
if (oldVersion < 100) {
BackupCreateJob.setupTask(context)
}
return true
}