mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 04:29:45 +01: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 (
|
if (
|
||||||
(message.messageParameters == null || message.messageParameters!!.size <= 0) &&
|
(message.messageParameters == null || message.messageParameters!!.size <= 0) &&
|
||||||
TextMatchers.isMessageWithSingleEmoticonOnly(message.text)
|
TextMatchers.isMessageWithSingleEmoticonOnly(message.text)
|
||||||
) {
|
) {
|
||||||
textSize = (textSize * TEXT_SIZE_MULTIPLIER).toFloat()
|
textSize = (textSize * TEXT_SIZE_MULTIPLIER).toFloat()
|
||||||
|
Loading…
Reference in New Issue
Block a user