reformat kotlin

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-06-21 23:51:52 +02:00
parent fc0962780c
commit 2db4cbf4d1
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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