mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various fixes
This commit is contained in:
@@ -21,7 +21,7 @@ private func loadCountryCodes() -> [Country] {
|
||||
}
|
||||
|
||||
let delimiter = ";"
|
||||
let endOfLine = "\n"
|
||||
let endOfLine = "\r\n"
|
||||
|
||||
var result: [Country] = []
|
||||
var countriesByPrefix: [String: (Country, Country.CountryCode)] = [:]
|
||||
|
||||
Reference in New Issue
Block a user