mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-15 19:38:10 +02:00
Dart fix
This commit is contained in:
@@ -114,7 +114,7 @@ class APKPure extends AppSource {
|
|||||||
.map((e) => e.text.trim())
|
.map((e) => e.text.trim())
|
||||||
.map((t) => t == 'APKs' ? 'APK' : t) ??
|
.map((t) => t == 'APKs' ? 'APK' : t) ??
|
||||||
[];
|
[];
|
||||||
String type = types.length == 0
|
String type = types.isEmpty
|
||||||
? 'APK'
|
? 'APK'
|
||||||
: types.length == 1
|
: types.length == 1
|
||||||
? types.first
|
? types.first
|
||||||
|
Reference in New Issue
Block a user