mirror of
				https://github.com/topjohnwu/Magisk.git
				synced 2025-10-31 08:44:07 +00:00 
			
		
		
		
	Fix update from notification will fail
This commit is contained in:
		| @@ -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) | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 vvb2060
					vvb2060