mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 12:39:58 +01:00
Clean up
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
e305979cdd
commit
a79f9cded8
@ -195,8 +195,6 @@ open class ChatPresenter<T : Any>(context: Context, onElementClick: ((Page, Hold
|
|||||||
|
|
||||||
holder.itemView.outgoingPreviewTime.text = DateFormatter.format(it.createdAt, DateFormatter.Template.TIME)
|
holder.itemView.outgoingPreviewTime.text = DateFormatter.format(it.createdAt, DateFormatter.Template.TIME)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// it's ChatElementTypes.SYSTEM_MESSAGE
|
// it's ChatElementTypes.SYSTEM_MESSAGE
|
||||||
holder.itemView.systemMessageText.text = chatMessage.text
|
holder.itemView.systemMessageText.text = chatMessage.text
|
||||||
|
Loading…
Reference in New Issue
Block a user