Skip to content

Circular backstack when using navigation menu #64

@krestenlaust

Description

@krestenlaust

An example in navigation: (1) Main menu -> (2) songbook -> (3) a song -> (4) main menu -> (5) songbook -> (6) main menu.

Now using back navigation, the stack just pops as presented. Instead you expect the stack to not include duplicates, so when step 5 is reached, all views until the identical step 2 should be popped, so the stack looks like (1) main menu -> (2) songbook instead.

That's my understanding anyway, source: https://developer.android.com/guide/navigation/backstack/circular

Metadata

Metadata

Assignees

No one assigned

    Labels

    a-coreArea: core-functionalityc-bugCategory: bugd-mediumDifficulty: mediump-lowPriority: low

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions