mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix build
This commit is contained in:
parent
f46621d7d5
commit
a51afacc73
@ -68,7 +68,7 @@ public final class AuthorizationSequenceController: NavigationController, MFMail
|
|||||||
navigationStatusBar = .white
|
navigationStatusBar = .white
|
||||||
}
|
}
|
||||||
|
|
||||||
super.init(mode: .single, theme: NavigationControllerTheme(statusBar: navigationStatusBar, navigationBar: AuthorizationSequenceController.navigationBarTheme(presentationData.theme), isFlat: true, emptyAreaColor: .black))
|
super.init(mode: .single, theme: NavigationControllerTheme(statusBar: navigationStatusBar, navigationBar: AuthorizationSequenceController.navigationBarTheme(presentationData.theme), emptyAreaColor: .black), isFlat: true)
|
||||||
|
|
||||||
self.stateDisposable = (TelegramEngineUnauthorized(account: self.account).auth.state()
|
self.stateDisposable = (TelegramEngineUnauthorized(account: self.account).auth.state()
|
||||||
|> map { state -> InnerState in
|
|> map { state -> InnerState in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user