Commit 8706d0bc authored by Leonardo Aramaki's avatar Leonardo Aramaki

Do not clear the composer when enabling the send message button

parent 6f0a22e3
......@@ -531,7 +531,6 @@ class ChatRoomFragment : Fragment(), ChatRoomView, EmojiKeyboardListener, EmojiR
ui {
button_send.isEnabled = true
text_message.isEnabled = true
clearMessageComposition(true)
}
}
......@@ -894,7 +893,7 @@ class ChatRoomFragment : Fragment(), ChatRoomView, EmojiKeyboardListener, EmojiR
}, 400)
}
button_add_reaction.setOnClickListener { _ ->
button_add_reaction.setOnClickListener {
openEmojiKeyboardPopup()
}
......
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