UI optimizations

This commit is contained in:
Ali
2023-02-07 23:23:06 +04:00
parent 5c71c08b6e
commit 5f3de7a40b
17 changed files with 158 additions and 74 deletions

View File

@@ -75,8 +75,6 @@ func localizedCountryNamesAndCodes(strings: PresentationStrings) -> [((String, S
}
}
result.append(((englishCountryName, countryName), country.id, codes))
} else {
assertionFailure()
}
}
return result