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:
@@ -314,12 +314,12 @@ final class ChatItemGalleryFooterContentNode: GalleryFooterContentNode, UIScroll
|
||||
}
|
||||
return nil
|
||||
}
|
||||
self.textNode.tapAttributeAction = { [weak self] attributes in
|
||||
self.textNode.tapAttributeAction = { [weak self] attributes, _ in
|
||||
if let strongSelf = self, let action = strongSelf.actionForAttributes(attributes) {
|
||||
strongSelf.performAction?(action)
|
||||
}
|
||||
}
|
||||
self.textNode.longTapAttributeAction = { [weak self] attributes in
|
||||
self.textNode.longTapAttributeAction = { [weak self] attributes, _ in
|
||||
if let strongSelf = self, let action = strongSelf.actionForAttributes(attributes) {
|
||||
strongSelf.openActionOptions?(action)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user