always use a proper thread title at the main screen
This commit is contained in:
parent
fb45d68835
commit
c4972c9204
|
@ -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…
Reference in New Issue