refresh the messages text color if it changes

This commit is contained in:
tibbi 2020-04-03 16:43:35 +02:00
parent 960b16c99b
commit 10bda77c50
2 changed files with 20 additions and 1 deletions

View file

@ -75,7 +75,7 @@ class MessagesAdapter(
message_body_short.alpha = 1f
}
arrayListOf<TextView>(message_address, message_body_short).forEach {
arrayListOf<TextView>(message_address, message_body_short, message_date).forEach {
it.setTextColor(textColor)
}
}