Fix image view tap gesture handler.

This commit is contained in:
Bruno Guidolim
2020-03-12 17:28:56 +01:00
parent 515b4eb663
commit d5c39b72ec
+1 -1
View File
@@ -84,7 +84,7 @@ open class MediaMessageCell: MessageContentCell {
/// Handle tap gesture on contentView and its subviews.
open override func handleTapGesture(_ gesture: UIGestureRecognizer) {
let touchLocation = gesture.location(in: self)
let touchLocation = gesture.location(in: imageView)
switch true {
case imageView.frame.contains(touchLocation):