Add support for poll translation

This commit is contained in:
Ilya Laktyushin
2024-05-03 13:43:42 +04:00
parent 18a6a3c2a9
commit 63e45b4bbb
7 changed files with 184 additions and 53 deletions

View File

@@ -998,6 +998,7 @@ public class ChatMessageTextBubbleContentNode: ChatMessageBubbleContentNode {
})
}
}
override public func updateTouchesAtPoint(_ point: CGPoint?) {
if let item = self.item {
var rects: [CGRect]?