mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-22 09:09:41 +02:00
Remove READ_EXTERNAL_STORAGE again (#1309) + fix typo
This commit is contained in:
@@ -319,7 +319,7 @@ class HTML extends AppSource {
|
||||
version ??=
|
||||
additionalSettings['defaultPseudoVersioningMethod'] == 'APKLinkHash'
|
||||
? rel.hashCode.toString()
|
||||
: (await checkPartialDownloadHashDynamc(rel)).toString();
|
||||
: (await checkPartialDownloadHashDynamic(rel)).toString();
|
||||
return APKDetails(version, [rel].map((e) => MapEntry(e, e)).toList(),
|
||||
AppNames(uri.host, tr('app')));
|
||||
}
|
||||
|
Reference in New Issue
Block a user