mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Fixes lint error
This commit is contained in:
parent
313595e496
commit
8aaaf80262
1 changed files with 1 additions and 2 deletions
|
@ -492,8 +492,7 @@ class MessageItemFactory @Inject constructor(
|
|||
informationData: MessageInformationData,
|
||||
highlight: Boolean,
|
||||
callback: TimelineEventController.Callback?,
|
||||
attributes: AbsMessageItem.Attributes)
|
||||
: MessageTextItem? {
|
||||
attributes: AbsMessageItem.Attributes): MessageTextItem? {
|
||||
// For compatibility reason we should display the body
|
||||
return buildMessageTextItem(messageContent.body, false, informationData, highlight, callback, attributes)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue