some updates

This commit is contained in:
2025-03-23 20:51:15 +03:00
parent ad6e413bbb
commit 3fdb574971
7 changed files with 69 additions and 34 deletions
@@ -46,8 +46,6 @@ fun FriendsList(
val coroutineScope = rememberCoroutineScope()
val friends = uiFriends.toList()
LazyColumn(
modifier = modifier,
state = listState
@@ -58,7 +56,7 @@ fun FriendsList(
}
items(
items = friends,
items = uiFriends.toList(),
key = UiFriend::userId,
) { friend ->
FriendItem(