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.37k stars 74 forks source link

Explicit parent inactivation during finalization is probably STILL not the correct order #154

Closed Zhuinden closed 5 years ago

Zhuinden commented 5 years ago

I swapped the order but I think I should have also reversed the collection.

I'm surprised I don't have any unit tests that are so deep. Just what is the explicit scope testing actually testing, then? 😠

Zhuinden commented 5 years ago

Apparently onExitScope was incorrect during finalization too. Woooooooow. 😞