mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-16 19:58:09 +02:00
Yet another APKPure bugfix (last one)
This commit is contained in:
@@ -97,6 +97,7 @@ class APKPure extends AppSource {
|
|||||||
List<String> architectures = architectureString
|
List<String> architectures = architectureString
|
||||||
.split(',')
|
.split(',')
|
||||||
.map((e) => e.trim())
|
.map((e) => e.trim())
|
||||||
|
.where((e) => e.isNotEmpty)
|
||||||
.toList();
|
.toList();
|
||||||
// Only take the first APK for each architecture, ignore others for now, for simplicity
|
// Only take the first APK for each architecture, ignore others for now, for simplicity
|
||||||
// Unclear why there can even be multiple APKs for the same version and arch
|
// Unclear why there can even be multiple APKs for the same version and arch
|
||||||
|
Reference in New Issue
Block a user