mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix appcenter
This commit is contained in:
parent
c735e0cdb8
commit
60963c1995
1 changed files with 1 additions and 1 deletions
|
|
@ -2752,7 +2752,7 @@ private func extractAccountManagerState(records: AccountRecordsView<TelegramAcco
|
|||
private func maybeCheckForUpdates() {
|
||||
#if targetEnvironment(simulator)
|
||||
#else
|
||||
guard let buildConfig = self.buildConfig, !buildConfig.isAppStoreBuild, let appCenterId = buildConfig.appCenterId, !appCenterId.isEmpty else {
|
||||
guard let buildConfig = self.buildConfig, let appCenterId = buildConfig.appCenterId, !appCenterId.isEmpty else {
|
||||
return
|
||||
}
|
||||
let timestamp = CFAbsoluteTimeGetCurrent()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue