Commit 1b94d61e authored by Lucio Maciel's avatar Lucio Maciel

Show audio/video filename

parent 19cc755a
...@@ -146,7 +146,8 @@ class AttachmentViewHolder( ...@@ -146,7 +146,8 @@ class AttachmentViewHolder(
private fun bindAudioOrVideo(data: AttachmentUiModel) { private fun bindAudioOrVideo(data: AttachmentUiModel) {
with(itemView) { with(itemView) {
text_file_name.content = data.title file_name.isVisible = data.hasTitle
file_name.text = data.title
file_text.isVisible = data.hasText file_text.isVisible = data.hasText
file_text.text = data.text file_text.text = data.text
......
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