mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Implement Android ContextWrapper
This commit is contained in:
@@ -21,7 +21,7 @@ class AppMigrations @Inject constructor(
|
||||
if (oldVersion < BuildConfig.VERSION_CODE) {
|
||||
migrationPreferences.appVersion().set(BuildConfig.VERSION_CODE)
|
||||
|
||||
UpdateCheckWorker.setupTask(contextWrapper.context)
|
||||
UpdateCheckWorker.setupTask(contextWrapper)
|
||||
|
||||
// Fresh install
|
||||
if (oldVersion == 0) {
|
||||
|
||||
Reference in New Issue
Block a user