mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-21 15:44:26 +00:00
Remove TODO as the behavior was fixed by wrapping the component in a Box
This commit is contained in:
parent
320e209ef3
commit
8b7e849fc4
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ fun RoomListItem(
|
|||
expanded = expanded,
|
||||
onDismissRequest = { expanded = false },
|
||||
) {
|
||||
// TODO: Align me to the right
|
||||
DropdownMenuItem(
|
||||
text = {
|
||||
Text(
|
||||
|
|
Loading…
Reference in a new issue