Commit 0ec8af4c authored by shubhsherl's avatar shubhsherl

Fix reply with attachment

parent af2d382d
...@@ -282,7 +282,8 @@ class ChatRoomFragment : Fragment(), ChatRoomView, EmojiKeyboardListener, EmojiR ...@@ -282,7 +282,8 @@ class ChatRoomFragment : Fragment(), ChatRoomView, EmojiKeyboardListener, EmojiR
} }
} }
sendButton.setOnClickListener { sendButton.setOnClickListener {
uploadFile(data, description.text.toString()) uploadFile(data, (citation ?:"") + description.text.toString())
clearMessageComposition()
alertDialog.dismiss() alertDialog.dismiss()
} }
cancelButton.setOnClickListener { cancelButton.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