mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
Remove useless code
This commit is contained in:
parent
2f94fbd7eb
commit
bb04af1e2c
1 changed files with 0 additions and 4 deletions
|
@ -53,10 +53,6 @@ abstract class MessageImageVideoItem : AbsMessageItem<MessageImageVideoItem.Hold
|
|||
holder.mediaContentView.setOnLongClickListener(longClickListener)
|
||||
// The sending state color will be apply to the progress text
|
||||
renderSendState(holder.imageView, null, holder.failedToSendIndicator)
|
||||
holder.progressLayout
|
||||
if (informationData.sendState.hasFailed()) {
|
||||
|
||||
}
|
||||
holder.playContentView.visibility = if (playable) View.VISIBLE else View.GONE
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue