mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-21 23:54:26 +00:00
Wrap RoomListItem
in a Box
to have the DropdownMenu
display correctly
This commit is contained in:
parent
395709cc28
commit
6abfb78ad6
1 changed files with 44 additions and 40 deletions
|
@ -71,6 +71,8 @@ fun RoomListItem(
|
|||
Log.d("Main", "Successfully left room `$roomId`!")
|
||||
}
|
||||
|
||||
Box {
|
||||
|
||||
ListItem(
|
||||
modifier = Modifier.combinedClickable(
|
||||
onClick = { openRoom() },
|
||||
|
@ -115,4 +117,6 @@ fun RoomListItem(
|
|||
}
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue