Fix reactions positioning on outgoing instant videos

This commit is contained in:
Ilya Laktyushin
2022-10-25 09:19:53 +03:00
parent 66e2e45403
commit 0ffcbf0b06
2 changed files with 6 additions and 2 deletions

View File

@@ -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) {