mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Set up extensions check job on update
This commit is contained in:
parent
8efe0502f3
commit
4f806a921f
@ -79,6 +79,11 @@ object Migrations {
|
||||
}
|
||||
LibraryUpdateJob.setupTask(context)
|
||||
BackupCreatorJob.setupTask(context)
|
||||
|
||||
// New extension update check job
|
||||
if (preferences.automaticExtUpdates().get()) {
|
||||
ExtensionUpdateJob.setupTask(context)
|
||||
}
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user