Remove redundant function call

This commit is contained in:
Imran Remtulla
2024-01-07 12:34:09 -05:00
parent 7a5aa3c11d
commit a9566f4b23

View File

@@ -264,7 +264,6 @@ class HTML extends AppSource {
additionalSettings['versionExtractWholePage'] == true
? res.body.split('\r\n').join('\n').split('\n').join('\\n')
: rel);
rel = ensureAbsoluteUrl(rel, uri);
version ??= (await checkDownloadHash(rel)).toString();
return APKDetails(version, [rel].map((e) => MapEntry(e, e)).toList(),
AppNames(uri.host, tr('app')));