Remove useless code

This commit is contained in:
Benoit Marty 2019-08-05 17:43:49 +02:00
parent 2f94fbd7eb
commit bb04af1e2c
1 changed files with 0 additions and 4 deletions

View File

@ -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
}