Commit 9033da9c by zhangchengbo

fix:长按复制消息内容body

parent dc46f4ce
......@@ -219,7 +219,9 @@ class ThreadAdapter(
setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize)
beVisibleIf(message.body.isNotEmpty())
setOnLongClickListener {
false
// holder.viewLongClicked()
activity.copyToClipboard(message.body)
true
}
setOnClickListener {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment