Unverified Commit b48db851 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito Committed by GitHub

Merge pull request #1451 from shubhsherl/bug_1447

[FIX] Fix Reply with attachment
parents af2d382d 0ec8af4c
......@@ -282,7 +282,8 @@ class ChatRoomFragment : Fragment(), ChatRoomView, EmojiKeyboardListener, EmojiR
}
}
sendButton.setOnClickListener {
uploadFile(data, description.text.toString())
uploadFile(data, (citation ?:"") + description.text.toString())
clearMessageComposition()
alertDialog.dismiss()
}
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