mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Psa-related fixes
This commit is contained in:
@@ -58,7 +58,7 @@ final class LanguageLinkPreviewContentNode: ASDisplayNode, ShareContentContainer
|
||||
return nil
|
||||
}
|
||||
}
|
||||
self.textNode.tapAttributeAction = { attributes in
|
||||
self.textNode.tapAttributeAction = { attributes, _ in
|
||||
if let _ = attributes[NSAttributedString.Key(rawValue: TelegramTextAttributes.URL)] {
|
||||
let url: String
|
||||
if localizationInfo.platformUrl.isEmpty {
|
||||
|
||||
Reference in New Issue
Block a user