update chat rooms query

This commit is contained in:
2026-06-19 14:53:05 +07:00
parent cde3df98f2
commit b1cb8b0fea
2 changed files with 10 additions and 12 deletions

View File

@@ -734,7 +734,8 @@ fun ChatRoom(room: Room, onClick: () -> Unit) {
Text(
text = room.lastMessage!!,
style = MaterialTheme.typography.bodyMedium,
overflow = TextOverflow.Ellipsis
overflow = TextOverflow.Ellipsis,
maxLines = 1,
)
}
},