Commit 9c0fe25b by zhangchengbo

fix:取消发送消息长按事件

parent c1d60da3
...@@ -688,9 +688,9 @@ class ThreadActivity : SimpleActivity() { ...@@ -688,9 +688,9 @@ class ThreadActivity : SimpleActivity() {
} }
threadSendMessage.setOnLongClickListener { threadSendMessage.setOnLongClickListener {
if (!isScheduledMessage) { /*if (!isScheduledMessage) {
launchScheduleSendDialog() launchScheduleSendDialog()
} }*/
true true
} }
......
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