This commit is contained in:
Imran Remtulla
2024-09-08 03:25:52 -04:00
parent 3a7ba00486
commit b8dc6f9a53

View File

@@ -114,7 +114,7 @@ class APKPure extends AppSource {
.map((e) => e.text.trim())
.map((t) => t == 'APKs' ? 'APK' : t) ??
[];
String type = types.length == 0
String type = types.isEmpty
? 'APK'
: types.length == 1
? types.first