mirror of
				https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
				synced 2025-06-05 21:49:22 +02:00 
			
		
		
		
	always use a proper thread title at the main screen
This commit is contained in:
		| @@ -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) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user