diff --git a/app/src/main/java/com/topjohnwu/magisk/core/JobService.kt b/app/src/main/java/com/topjohnwu/magisk/core/JobService.kt index 94a908d14..29734db77 100644 --- a/app/src/main/java/com/topjohnwu/magisk/core/JobService.kt +++ b/app/src/main/java/com/topjohnwu/magisk/core/JobService.kt @@ -24,6 +24,7 @@ class JobService : BaseJobService() { val coroutineScope = CoroutineScope(Dispatchers.IO + job) coroutineScope.launch { svc.fetchUpdate()?.run { + Info.remote = this if (Info.env.isActive && BuildConfig.VERSION_CODE < magisk.versionCode) Notifications.managerUpdate(this@JobService) }