Set up extensions check job on update

This commit is contained in:
arkon 2020-04-29 09:09:18 -04:00
parent 8efe0502f3
commit 4f806a921f

View File

@ -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
}