mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-07 14:53:35 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
commit
8dac4b39c1
@ -192,6 +192,7 @@ public final class AuthorizationSequenceController: NavigationController, ASAuth
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
strongSelf.account = updatedAccount
|
strongSelf.account = updatedAccount
|
||||||
|
strongSelf.inAppPurchaseManager = InAppPurchaseManager(engine: .unauthorized(strongSelf.engine))
|
||||||
}
|
}
|
||||||
controller.loginWithNumber = { [weak self, weak controller] number, syncContacts in
|
controller.loginWithNumber = { [weak self, weak controller] number, syncContacts in
|
||||||
guard let self else {
|
guard let self else {
|
||||||
@ -217,6 +218,7 @@ public final class AuthorizationSequenceController: NavigationController, ASAuth
|
|||||||
case let .sentCode(account):
|
case let .sentCode(account):
|
||||||
controller?.inProgress = false
|
controller?.inProgress = false
|
||||||
strongSelf.account = account
|
strongSelf.account = account
|
||||||
|
strongSelf.inAppPurchaseManager = InAppPurchaseManager(engine: .unauthorized(strongSelf.engine))
|
||||||
case .loggedIn:
|
case .loggedIn:
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user