mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-31 04:50:16 +02: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