ソースを参照

reformat kotlin

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 4 年 前
コミット
2db4cbf4d1

+ 2 - 1
app/src/main/java/com/nextcloud/talk/adapters/messages/MagicOutcomingTextMessageViewHolder.kt

@@ -100,7 +100,8 @@ class MagicOutcomingTextMessageViewHolder(itemView: View) : OutcomingTextMessage
             textSize = (textSize * 2.5).toFloat()
             layoutParams.isWrapBefore = true
             binding.messageTime.setTextColor(
-                ResourcesCompat.getColor(context!!.resources, R.color.warm_grey_four, null))
+                ResourcesCompat.getColor(context!!.resources, R.color.warm_grey_four, null)
+            )
             realView.isSelected = true
         }
         val resources = sharedApplication!!.resources