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
1fe13a7630
commit
7d3a497db6
1 changed files with 1 additions and 9 deletions
|
|
@ -45,7 +45,6 @@ import RecaptchaEnterprise
|
|||
import NavigationBarImpl
|
||||
import ContextUI
|
||||
import ContextControllerImpl
|
||||
import AutomationBridge
|
||||
|
||||
#if canImport(AppCenter)
|
||||
import AppCenter
|
||||
|
|
@ -1688,14 +1687,7 @@ private func extractAccountManagerState(records: AccountRecordsView<TelegramAcco
|
|||
}))
|
||||
}
|
||||
})
|
||||
|
||||
#if DEBUG
|
||||
AutomationRuntime.shared.setHierarchyProvider {
|
||||
AutomationPassiveHierarchyBuilder.build()
|
||||
}
|
||||
AutomationRuntime.shared.startIfNeeded(stateProvider: nil)
|
||||
#endif
|
||||
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue