Fix automatic backups not working
Apparently they die if you rename a worker class. (cherry picked from commit d25ba23079e72d1cff05bfcd00b5f9830a086821) # Conflicts: # app/build.gradle.kts
This commit is contained in:
@@ -538,6 +538,9 @@ object EXHMigrations {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (oldVersion under 49) {
|
||||
BackupCreateJob.setupTask(context)
|
||||
}
|
||||
|
||||
// if (oldVersion under 1) { } (1 is current release version)
|
||||
// do stuff here when releasing changed crap
|
||||
|
||||
Reference in New Issue
Block a user