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
9e7b0efc8b
commit
672aff4eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -2939,7 +2939,7 @@ private func extractAccountManagerState(records: AccountRecordsView<TelegramAcco
|
|||
}
|
||||
}
|
||||
|> deliverOnMainQueue).start(next: { sharedContext, urlString in
|
||||
guard buildConfig.isInternalBuild || sharedContext.immediateExperimentalUISettings.enableUpdates else {
|
||||
guard buildConfig.isInternalBuild || sharedContext.sharedContext.immediateExperimentalUISettings.enableUpdates else {
|
||||
return
|
||||
}
|
||||
guard let url = urlString.flatMap({ URL(string: $0) }) else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue