Join Slack
Powered by
Is there a recommend way to return data from a dia...
# compose-android
j
Jonathan
05/29/2025, 5:42 PM
Is there a recommend way to return data from a dialog destination to the calling destination? Can SavedStateHandle be leveraged somehow?
m
marlonlom
05/29/2025, 8:54 PM
If the dialog composable has a callback function when dialog is dismissed, you can use that for passing data back
Open in Slack
Previous
Next