Don Turner
Don Turner
Closing this as there's no current plans to merge.
Thanks for requesting this. We have plans to release an official recipe on this. In the mean time, this might help: https://github.com/android/nav3-recipes/issues/112#issuecomment-3557592874
This can be achieved using a [custom decorator](https://developer.android.com/guide/navigation/navigation-3/naventrydecorators) that shares ViewModels between entries. The main steps are: - Provide a mechanism for the child to indicate who its parent is....
You could also consider the ["results as state" recipe](https://github.com/android/nav3-recipes/tree/main/app/src/main/java/com/example/nav3recipes/results/state) as it looks like you're storing data across multiple "Form" screens.
@FreedomChuks Please file a new issue with steps to reproduce the behavior you are experiencing.
> keep working on the dialog Why would you use a dialog for this? Why not just a regular screen? A dialog is intended to be shown on top of...
Thanks for the clarification, that makes a lot more sense now. Reopened.
I'm also able to reproduce this. Internally tracked on b/418203258.