forked from melod1n/fast-messenger
some updates
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user