misc: AsyncData map non nullable
This commit is contained in:
parent
3e125b465d
commit
0beeda6001
2 changed files with 4 additions and 4 deletions
|
|
@ -88,7 +88,7 @@ class LeaveSpacePresenter(
|
|||
}
|
||||
LaunchedEffect(selectedRoomIds, leaveSpaceRooms) {
|
||||
selectableSpaceRooms = leaveSpaceRooms.map {
|
||||
it?.others.orEmpty().map { room ->
|
||||
it.others.map { room ->
|
||||
SelectableSpaceRoom(
|
||||
spaceRoom = room.spaceRoom,
|
||||
isLastAdmin = room.isLastAdmin,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue