always use a proper thread title at the main screen
This commit is contained in:
parent
fb45d68835
commit
c4972c9204
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class MessagesAdapter(
|
|||
view.apply {
|
||||
message_frame.isSelected = selectedKeys.contains(message.id)
|
||||
|
||||
message_address.text = message.participants.first().name
|
||||
message_address.text = message.getThreadTitle()
|
||||
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