AlexGladkov/Odyssey

`parentRootController` for `MultiStackRootController` is always `null`

VitalyPeryatin opened this issue · 1 comments

I haven't access to my parent RootController's NavigationGraph, because MultiStackRootController.findRootController() doesn't return correct parentRootController.


Example for bug reproducing (branch: odyssey_navigation_issue): https://github.com/VitalyPeryatin/FinanceTracker/tree/odyssey_navigation_issue
This row crashes application:
rootController.findRootController().push(MainNavigationTree.AddTransaction.name)

Fixed in 1.0.1