mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-10-27 03:33:45 +01:00
Minor language-specific case tweaks (#2396)
This commit is contained in:
@@ -1052,6 +1052,9 @@ List<MapEntry<String, String>> filterApks(
|
||||
return apkUrls;
|
||||
}
|
||||
|
||||
bool isEnglish() => tr('and') == 'and'; // Quick hack, find a better way
|
||||
String lowerCaseIfEnglish(String str) => isEnglish() ? str.toLowerCase() : str;
|
||||
|
||||
bool isVersionPseudo(App app) =>
|
||||
app.additionalSettings['trackOnly'] == true ||
|
||||
(app.installedVersion != null &&
|
||||
|
||||
Reference in New Issue
Block a user