style(lint): Fix formatting

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2025-01-16 15:57:24 +01:00
parent 0a6a1a703f
commit e4088d0ddc
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -317,7 +317,7 @@ abstract class PreviewMessageViewHolder(itemView: View?, payload: Any?) :
}
fun hasBubbleBackground(message: ChatMessage): Boolean {
return !message.isVoiceMessage && message.message != "{file}";
return !message.isVoiceMessage && message.message != "{file}"
}
abstract val messageText: EmojiTextView