bluelinelabs / Conductor

A small, yet full-featured framework that allows building View-based Android applications
Apache License 2.0
3.89k stars 342 forks source link

Routers in pager adapters should not pop their last controller #681

Closed EricKuck closed 1 year ago

EricKuck commented 1 year ago

Popping the final controller creates confusing scenarios. Similar to Activity roots, it almost always makes sense to set Router.PopRootControllerMode.NEVER on these.