mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Psa-related fixes
This commit is contained in:
@@ -169,7 +169,7 @@ final class AuthorizationSequenceSignUpControllerNode: ASDisplayNode, UITextFiel
|
||||
return nil
|
||||
}
|
||||
}
|
||||
self.termsNode.tapAttributeAction = { [weak self] attributes in
|
||||
self.termsNode.tapAttributeAction = { [weak self] attributes, _ in
|
||||
if let _ = attributes[NSAttributedString.Key(rawValue: TelegramTextAttributes.URL)] {
|
||||
self?.openTermsOfService?()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user