I show a `Dialog` when the user clicks on an item ...
# compose
y
I show a
Dialog
when the user clicks on an item in a
LazyColumn
. Is there a way to make the
Dialog
's position depend on the items position? Basically showing the dialog above/below the item instead of in the center of the screen.
k
You're probably thinking of a popup then
2
y
Yeah... didnt know there was a Composable for it!! D:
👍 1