vipulmm
vipulmm
@JRaadPro I went ahead with entirely different approach by following this sample from google: https://github.com/android/architecture-components-samples/tree/master/NavigationAdvancedSample You can see they have a custom class for handling this multi-navigation graphs: https://github.com/android/architecture-components-samples/blob/160f148b5ea4c943028c73acd4667fd134a8674e/NavigationAdvancedSample/app/src/main/java/com/example/android/navigationadvancedsample/NavigationExtensions.kt#L33 Above...
@JRaadPro for that behavior, I modified the code to achieve the same. Will try publishing it.