forked from GitHub-Mirror/riotX-android
fix lint code quality
This commit is contained in:
parent
c6fd625761
commit
87de7bd3e6
@ -334,8 +334,7 @@ internal class LocalEchoEventFactory @Inject constructor(private val credentials
|
|||||||
formattedText = content.formattedBody
|
formattedText = content.formattedBody
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
val isReply = content.isReply() ||
|
val isReply = content.isReply() || originalContent.isReply()
|
||||||
originalContent.isReply()
|
|
||||||
return if (isReply)
|
return if (isReply)
|
||||||
TextContent(content.body, formattedText).removeInReplyFallbacks()
|
TextContent(content.body, formattedText).removeInReplyFallbacks()
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user