fix: long contact names breaking time layout

This commit is contained in:
andrekir 2024-06-30 08:11:36 -03:00
parent 40edec0a31
commit 9a71922afc

View file

@ -76,6 +76,7 @@ fun ContactItem(
) {
Text(
text = longName,
modifier = Modifier.weight(1f),
)
Text(
text = lastMessageTime.orEmpty(),