forked from GitHub-Mirror/riotX-android
Remove useless code
This commit is contained in:
parent
2f94fbd7eb
commit
bb04af1e2c
@ -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 New Issue
Block a user