mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix build
This commit is contained in:
parent
c5ed3139b7
commit
399933bc5e
1 changed files with 0 additions and 1 deletions
|
|
@ -361,7 +361,6 @@ public final class AccountContextImpl: AccountContext {
|
|||
let langCode = sharedContext.currentPresentationData.with { $0 }.strings.baseLanguageCode
|
||||
self.currentCountriesConfiguration = Atomic(value: CountriesConfiguration(countries: loadCountryCodes()))
|
||||
if !temp {
|
||||
let langCode = sharedContext.currentPresentationData.with { $0 }.strings.baseLanguageCode
|
||||
let currentCountriesConfiguration = self.currentCountriesConfiguration
|
||||
self.countriesConfigurationDisposable = (self.engine.localization.getCountriesList(accountManager: sharedContext.accountManager, langCode: langCode)
|
||||
|> deliverOnMainQueue).start(next: { value in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue