mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Fix image view tap gesture handler.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user