File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/EaseChatUIKit/Classes/UI/Components/Chat Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ let message_bubble_space = CGFloat(1)
189189 if Appearance . chat. contentStyle. contains ( . withAvatar) {
190190 self . contentView. addSubview ( self . avatar)
191191 self . addGestureTo ( view: self . avatar, target: self )
192- self . longPressGestureTo ( view: self . bubbleWithArrow , target: self )
192+ self . longPressGestureTo ( view: self . avatar , target: self )
193193 }
194194 if Appearance . chat. bubbleStyle == . withArrow {
195195 self . contentView. addSubview ( self . bubbleWithArrow)
Original file line number Diff line number Diff line change @@ -733,7 +733,7 @@ extension MessageListViewModel: MessageListViewActionEventsDelegate {
733733 }
734734
735735 public func onMessageAvatarLongPressed( profile: ChatUserProfileProtocol ) {
736- self . onMessageAvatarLongPressed ( profile: profile)
736+ self . messageAvatarLongPressed ( profile: profile)
737737 }
738738
739739 @objc open func messageAvatarLongPressed( profile: ChatUserProfileProtocol ) {
You can’t perform that action at this time.
0 commit comments