mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fetch stickers in bot context results preview
This commit is contained in:
@@ -159,7 +159,7 @@ final class HorizontalStickerGridItemNode: GridItemNode {
|
||||
|
||||
@objc func imageNodeTap(_ recognizer: UITapGestureRecognizer) {
|
||||
if let interfaceInteraction = self.interfaceInteraction, let (_, item, _) = self.currentState, case .ended = recognizer.state {
|
||||
interfaceInteraction.sendSticker(.standalone(media: item.file), self, self.bounds)
|
||||
let _ = interfaceInteraction.sendSticker(.standalone(media: item.file), self, self.bounds)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user