Skip to content

Commit

Permalink
Fix recall message click
Browse files Browse the repository at this point in the history
  • Loading branch information
crossle committed May 15, 2019
1 parent 03578de commit 9972027
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ class RecallHolder constructor(containerView: View) : BaseViewHolder(containerVi
itemView.chat_layout.setOnClickListener {
if (hasSelect) {
onItemListener.onSelect(!isSelect, messageItem, adapterPosition)
} else {
onItemListener.onCallClick(messageItem)
}
}
itemView.setOnClickListener {
Expand Down

0 comments on commit 9972027

Please sign in to comment.