mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-09 22:04:24 +01:00
style: Fix formatting
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
8d0c6b0ce3
commit
d2778b2ce1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user