mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
UI fixes
This commit is contained in:
@@ -238,7 +238,7 @@ public final class AuthorizationSequenceController: NavigationController {
|
||||
let _ = (strongSelf.account.postbox.transaction { transaction -> Void in
|
||||
transaction.setState(UnauthorizedAccountState(isTestingEnvironment: account.testingEnvironment, masterDatacenterId: account.masterDatacenterId, contents: .empty))
|
||||
}).start()
|
||||
})]), on: .root, blockInteraction: false)
|
||||
})]), on: .root, blockInteraction: false, completion: {})
|
||||
})
|
||||
], actionLayout: .vertical)
|
||||
contentNode.textAttributeAction = (NSAttributedStringKey(rawValue: TelegramTextAttributes.URL), { value in
|
||||
@@ -251,7 +251,7 @@ public final class AuthorizationSequenceController: NavigationController {
|
||||
controller?.dismissAnimated()
|
||||
}
|
||||
strongSelf.view.endEditing(true)
|
||||
strongSelf.currentWindow?.present(controller, on: .root, blockInteraction: false)
|
||||
strongSelf.currentWindow?.present(controller, on: .root, blockInteraction: false, completion: {})
|
||||
}
|
||||
presentAlertAgainImpl = {
|
||||
presentAlertImpl()
|
||||
|
||||
Reference in New Issue
Block a user