mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Removes underline in audio filename
This commit is contained in:
parent
355db98146
commit
415985094a
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ abstract class MessageAudioItem : AbsMessageItem<MessageAudioItem.Holder>() {
|
|||
|
||||
holder.filenameView.text = filename
|
||||
holder.filenameView.onClick(attributes.itemClickListener)
|
||||
holder.filenameView.paintFlags = (holder.filenameView.paintFlags or Paint.UNDERLINE_TEXT_FLAG)
|
||||
holder.audioPlaybackDuration.text = formattedDuration
|
||||
holder.fileSize.text = holder.rootLayout.context.getString(
|
||||
R.string.audio_message_file_size, formattedFileSize
|
||||
|
|
Loading…
Add table
Reference in a new issue