mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: long contact names breaking time layout
This commit is contained in:
parent
40edec0a31
commit
9a71922afc
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ fun ContactItem(
|
|||
) {
|
||||
Text(
|
||||
text = longName,
|
||||
modifier = Modifier.weight(1f),
|
||||
)
|
||||
Text(
|
||||
text = lastMessageTime.orEmpty(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue