Zhuinden / simple-stack

[ACTIVE] Simple Stack, a backstack library / navigation framework for simpler navigation and state management (for fragments, views, or whatevers).
Apache License 2.0
1.36k stars 76 forks source link

Consider pruning the methods on Navigator and BackstackDelegate that just talk to the Backstack directly #191

Closed Zhuinden closed 4 years ago

Zhuinden commented 5 years ago

There are a bunch of methods in Navigator and BackstackDelegate that just call over to the Backstack.

This made sense when BackstackManager was fairly "internal"-esque, but not anymore.

So now they are just clutter in the API.

Zhuinden commented 4 years ago

It's actually not so bad for the Java API.