android-chat-ui icon indicating copy to clipboard operation
android-chat-ui copied to clipboard

Send Event

Open osinakayah opened this issue 6 years ago • 3 comments

When the send button is clicked and i add the message to the chatview, it gets displayed twice

osinakayah avatar Mar 27 '18 22:03 osinakayah

Hi @osinakayah, I've not been able to reproduce this issue. Do you have any other details that may help?

MichaelObi avatar Jun 29 '18 07:06 MichaelObi

When the send button is clicked and i add the message to the chatview, it gets displayed twice

chatView.setOnSentMessageListener(new ChatView.OnSentMessageListener() { @override public boolean sendMessage(ChatMessage chatMessage) { return false; } }); ////set return false

jkbehnam avatar Mar 18 '19 06:03 jkbehnam

if we set false the input text it's not automaticly clear

rihardi354 avatar Feb 22 '20 12:02 rihardi354