Is there a recommend way to return data from a dia...
# compose-android
j
Is there a recommend way to return data from a dialog destination to the calling destination? Can SavedStateHandle be leveraged somehow?
m
If the dialog composable has a callback function when dialog is dismissed, you can use that for passing data back