Fixes lint error

This commit is contained in:
ericdecanini 2022-03-28 10:47:59 +02:00
parent 313595e496
commit 8aaaf80262
1 changed files with 1 additions and 2 deletions

View File

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