Unverified Commit 4c9ae11a authored by Lucio Maciel's avatar Lucio Maciel Committed by GitHub

Merge pull request #1866 from RocketChat/fix-ghost-composer

[FIX] Do not clear the composer when enabling the send message button
parents c9147d73 b9f79237
......@@ -546,7 +546,6 @@ class ChatRoomFragment : Fragment(), ChatRoomView, EmojiKeyboardListener, EmojiR
ui {
button_send.isEnabled = true
text_message.isEnabled = true
clearMessageComposition(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