mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-18 20:49:30 +02:00
bugs
This commit is contained in:
@@ -708,17 +708,6 @@ class AppsProvider with ChangeNotifier {
|
||||
logs.add('Could not reconcile version formats for: ${app.id}');
|
||||
modded = true;
|
||||
}
|
||||
// if (app.installedVersion != null &&
|
||||
// app.additionalSettings['versionDetection'] ==
|
||||
// 'standardVersionDetection') {
|
||||
// var correctedInstalledVersion =
|
||||
// reconcileVersionDifferences(app.installedVersion!, app.latestVersion);
|
||||
// if (correctedInstalledVersion == null) {
|
||||
// app.additionalSettings['versionDetection'] = 'noVersionDetection';
|
||||
// logs.add('Could not reconcile version formats for: ${app.id}');
|
||||
// modded = true;
|
||||
// }
|
||||
// }
|
||||
|
||||
return modded ? app : null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user