Skip to content

Simple Stack 2.9.1

Latest

Choose a tag to compare

@Zhuinden Zhuinden released this 25 Dec 05:59
· 2 commits to master since this release

Simple-Stack 2.9.1 (2025-12-25)

  • ADDED: Backstack.exitScopes(scopeTags),
    Backstack.exitScopes(scopeTags, direction),
    Backstack.exitScopesTo(scopeTags),
    Backstack.exitScopesTo(scopeTags, direction) (as per #290).

This new function allows passing in multiple scopes, out of which the left-most is the one that will be exited.

If neither scope is found, the navigation operation is still invalid, so that throws an exception.