escodro
09/24/2021, 12:09 PMAlertDialog
with Jetpack Compose Navigation as a destination?
When using dialog()
, if i add a AlertDialog
in the Composable, the user have to double click outside to dismiss both. And if I don’t use the AlertDialog
then I will have to implement the title, text and buttons to have the same look and feel.
Do you have any suggestions?
Thanks a lot! ❤️Ian Lake
09/24/2021, 2:33 PM