Remove option to turn off app update checks, check every 3 days
(cherry picked from commit 8c1ec4350032d560223cbf418748d21650cd6227)
This commit is contained in:
parent
24850450cb
commit
988d508025
@ -138,9 +138,7 @@ object EXHMigrations {
|
||||
}
|
||||
if (oldVersion < 8410) {
|
||||
// Migrate to WorkManager
|
||||
if (BuildConfig.INCLUDE_UPDATER && preferences.automaticUpdates()) {
|
||||
UpdaterJob.setupTask(context)
|
||||
}
|
||||
UpdaterJob.setupTask(context)
|
||||
LibraryUpdateJob.setupTask(context)
|
||||
BackupCreatorJob.setupTask(context)
|
||||
ExtensionUpdateJob.setupTask(context)
|
||||
|
Loading…
x
Reference in New Issue
Block a user