mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 05:23:28 +01:00 
			
		
		
		
	Enhanced ver. detection fix for track only apps
This commit is contained in:
		| @@ -420,7 +420,8 @@ class AppsProvider with ChangeNotifier { | ||||
|       app.installedVersion = installedInfo.versionName; | ||||
|       modded = true; | ||||
|     } else if (installedInfo?.versionName != app.installedVersion && | ||||
|         app.enhancedVersionDetection) { | ||||
|         app.enhancedVersionDetection && | ||||
|         !app.trackOnly) { | ||||
|       app.installedVersion = installedInfo?.versionName; | ||||
|       modded = true; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user