mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Permission and search UI improvements
This commit is contained in:
@@ -477,7 +477,7 @@ public final class AuthorizationSequenceController: NavigationController, MFMail
|
||||
}
|
||||
} else {
|
||||
controller?.inProgress = true
|
||||
strongSelf.actionDisposable.set((resendAuthorizationCode(account: strongSelf.account)
|
||||
strongSelf.actionDisposable.set((resendAuthorizationCode(accountManager: strongSelf.sharedContext.accountManager, account: strongSelf.account, apiId: strongSelf.apiId, apiHash: strongSelf.apiHash, firebaseSecretStream: strongSelf.sharedContext.firebaseSecretStream)
|
||||
|> deliverOnMainQueue).start(next: { result in
|
||||
controller?.inProgress = false
|
||||
}, error: { error in
|
||||
|
||||
Reference in New Issue
Block a user