mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 11:48:51 +03:00
fix lint code quality
This commit is contained in:
parent
c6fd625761
commit
87de7bd3e6
1 changed files with 1 additions and 2 deletions
|
@ -334,8 +334,7 @@ internal class LocalEchoEventFactory @Inject constructor(private val credentials
|
|||
formattedText = content.formattedBody
|
||||
}
|
||||
}
|
||||
val isReply = content.isReply() ||
|
||||
originalContent.isReply()
|
||||
val isReply = content.isReply() || originalContent.isReply()
|
||||
return if (isReply)
|
||||
TextContent(content.body, formattedText).removeInReplyFallbacks()
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue