Skip to content

Commit

Permalink
style: 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 Dec 13, 2024
1 parent 8d0c6b0 commit d2778b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class OutcomingTextMessageViewHolder(itemView: View) :
)

if (
(message.messageParameters == null || message.messageParameters!!.size <= 0) &&
(message.messageParameters == null || message.messageParameters!!.size <= 0) &&
TextMatchers.isMessageWithSingleEmoticonOnly(message.text)
) {
textSize = (textSize * TEXT_SIZE_MULTIPLIER).toFloat()
Expand Down

0 comments on commit d2778b2

Please sign in to comment.