refresh the messages text color if it changes
This commit is contained in:
parent
960b16c99b
commit
10bda77c50
2 changed files with 20 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue