I have a question: it seems to me a lot of times, ...
# compose
m
I have a question: it seems to me a lot of times, a old-style dialog API is easier to use in simple cases, like
onClick = { showDialog(..., onPositive= { changeSomeState() }...) }
what's your opinions?
z
How do you update the contents of the dialog while it's showing?
m
I am talking the case when this is not needed "a lot of times"