mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Fix test + cleaning
This commit is contained in:
parent
5f76f182f6
commit
d6f96e3d64
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ abstract class MessageFileItem : AbsMessageItem<MessageFileItem.Holder>() {
|
|||
holder.fileImageWrapper.setOnLongClickListener(attributes.itemLongClickListener)
|
||||
holder.filenameView.paintFlags = (holder.filenameView.paintFlags or Paint.UNDERLINE_TEXT_FLAG)
|
||||
|
||||
holder.eventSendingIndicator.isVisible = attributes.informationData.sendState == SendState.SENDING || attributes.informationData.sendState == SendState.ENCRYPTING
|
||||
holder.eventSendingIndicator.isVisible = attributes.informationData.sendState == SendState.SENDING
|
||||
|| attributes.informationData.sendState == SendState.ENCRYPTING
|
||||
}
|
||||
|
||||
override fun unbind(holder: Holder) {
|
||||
|
|
Loading…
Reference in a new issue