Commit dc39cd3d authored by Leonardo Aramaki's avatar Leonardo Aramaki

More indent fix

parent 6d555753
......@@ -31,7 +31,7 @@ class MessageViewHolder(
text_content.text = data.content
image_avatar.setImageURI(data.avatar)
text_content.setTextColor(
if (data.isTemporary) Color.GRAY else Color.BLACK
if (data.isTemporary) Color.GRAY else Color.BLACK
)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment