Fixes lint error
This commit is contained in:
parent
313595e496
commit
8aaaf80262
@ -492,8 +492,7 @@ class MessageItemFactory @Inject constructor(
|
|||||||
informationData: MessageInformationData,
|
informationData: MessageInformationData,
|
||||||
highlight: Boolean,
|
highlight: Boolean,
|
||||||
callback: TimelineEventController.Callback?,
|
callback: TimelineEventController.Callback?,
|
||||||
attributes: AbsMessageItem.Attributes)
|
attributes: AbsMessageItem.Attributes): MessageTextItem? {
|
||||||
: MessageTextItem? {
|
|
||||||
// For compatibility reason we should display the body
|
// For compatibility reason we should display the body
|
||||||
return buildMessageTextItem(messageContent.body, false, informationData, highlight, callback, attributes)
|
return buildMessageTextItem(messageContent.body, false, informationData, highlight, callback, attributes)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user