hey guys, let’s say that we have A > B > C i...
# compose
f
hey guys, let’s say that we have A > B > C in navigation compose A is a starting graph When we launch B through deep link, all the arguments that are in B are also in A (because A is a starting graph and is created automatically then B is added), is this by design or it’s a bug?
c
It seems a bug. How did you implement the navigation and pass the arguments?
f
https://github.com/FunkyMuse/nested-navigation-bug Imagine adding another destination and a deep link with just a boolean argument and then launching the app through the deep link