Skip to content

Commit

Permalink
style(lint): Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed Jan 16, 2025
1 parent 0a6a1a7 commit e4088d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ abstract class PreviewMessageViewHolder(itemView: View?, payload: Any?) :
viewThemeUtils!!,
hasBubbleBackground(message)
)
reactionsBinding!!.reactionsEmojiWrapper.setPadding(paddingSide,0,paddingSide,0)
reactionsBinding!!.reactionsEmojiWrapper.setPadding(paddingSide, 0, paddingSide, 0)

if (userAvatar != null) {
if (message.isGrouped || message.isOneToOneConversation) {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e4088d0

Please sign in to comment.