What is the desired behaviour when navigating to a...
# compose
m
What is the desired behaviour when navigating to an inner composable (not the starting destination) within another navigation graph other than the source of the navigation action? My current implementation allows that (which is undesirable), so delayed actions depending on API calls navigate even when the current graph isn't the same anymore.