AlexGladkov / Odyssey

Odyssey it's a declarative multiplatform navigation library for Multiplatform Compose

Home Page:https://youtube.com/c/MobileDeveloper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

VitalyPeryatin opened this issue · 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)

commented

Fixed in 1.0.1