mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-19 07:27:28 +01:00
More FlowPreferences migrations
This commit is contained in:
@@ -28,7 +28,7 @@ object Migrations {
|
||||
if (BuildConfig.INCLUDE_UPDATER && preferences.automaticUpdates()) {
|
||||
UpdaterJob.setupTask(context)
|
||||
}
|
||||
if (preferences.automaticExtUpdates().getOrDefault()) {
|
||||
if (preferences.automaticExtUpdates().get()) {
|
||||
ExtensionUpdateJob.setupTask(context)
|
||||
}
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user