wealthfront / magellan

The simplest navigation library for Android.
Apache License 2.0
677 stars 70 forks source link

Scope currentScreen() method to Navigator it is called on #254

Open cmathew opened 1 year ago

cmathew commented 1 year ago

this method needn't be static if we could figure out a way to automatically propagate and attach navigation events from child journeys to parent ones

e.g. you could then inject the root expedition and call root.currentNavigable on it.