send the targeted number at the Thread activity to be used
This commit is contained in:
parent
2ed255ae5d
commit
2e078af782
6 changed files with 19 additions and 12 deletions
|
|
@ -71,7 +71,7 @@ class MessagesAdapter(
|
|||
view.apply {
|
||||
message_frame.isSelected = selectedKeys.contains(message.id)
|
||||
|
||||
message_address.text = message.address
|
||||
message_address.text = message.senderName
|
||||
message_body_short.text = message.body
|
||||
message_date.text = message.date.formatDateOrTime(context, true)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue