Fix build

This commit is contained in:
Ilya Laktyushin 2026-04-23 00:07:09 +02:00
parent 1fe13a7630
commit 7d3a497db6

View file

@ -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
}