mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 03:22:03 +00:00
style: Fix formatting
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
eb3b2f6e97
commit
e540eb97dc
@ -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