mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-29 13:27:57 +01:00
Remove option to turn off app update checks, check every 3 days
(cherry picked from commit 8c1ec43500)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user