mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix reactions positioning on outgoing instant videos
This commit is contained in:
@@ -1316,7 +1316,7 @@ class ChatMessageInteractiveInstantVideoNode: ASDisplayNode {
|
||||
return self.view
|
||||
}
|
||||
|
||||
if let videoNode = self.videoNode, videoNode.frame.contains(point) {
|
||||
if let videoNode = self.videoNode, videoNode.view.frame.contains(point) {
|
||||
return self.view
|
||||
}
|
||||
if !self.bounds.contains(point) {
|
||||
|
||||
Reference in New Issue
Block a user