mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 04:39:53 +00:00
android, desktop: menu near top floating button (#5764)
This commit is contained in:
parent
6556e09a33
commit
6e7df9c72d
1 changed files with 1 additions and 1 deletions
|
@ -1754,7 +1754,7 @@ fun BoxScope.FloatingButtons(
|
||||||
onLongClick = { showDropDown.value = true }
|
onLongClick = { showDropDown.value = true }
|
||||||
)
|
)
|
||||||
|
|
||||||
Box(Modifier.fillMaxWidth().wrapContentSize(Alignment.TopEnd)) {
|
Box(Modifier.fillMaxWidth().wrapContentSize(Alignment.TopEnd).align(Alignment.TopEnd)) {
|
||||||
val density = LocalDensity.current
|
val density = LocalDensity.current
|
||||||
val width = remember { mutableStateOf(250.dp) }
|
val width = remember { mutableStateOf(250.dp) }
|
||||||
DefaultDropdownMenu(
|
DefaultDropdownMenu(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue