Djuro
01/29/2024, 6:43 PMAlertDialog
with its ui state (I would probably place the state in the component as value and consume it as compose state) or using slot navigation decompose provides? So 2 options:
1. compose's AlertDialog
with just boolean state isDialogOpen
2. Decompose's childSlot
with SlotNavigation
Which approach makes more sense. Seems simpler to me to use just an alert dialogArkadii Ivanov
01/29/2024, 9:37 PMDjuro
01/30/2024, 8:35 AM