Implement Android ContextWrapper

This commit is contained in:
Syer10
2022-06-06 21:47:22 -04:00
parent 7807372355
commit a88b57e797
4 changed files with 10 additions and 10 deletions

View File

@@ -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) {