-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
a-coreArea: core-functionalityArea: core-functionalityc-bugCategory: bugCategory: bugd-mediumDifficulty: mediumDifficulty: mediump-lowPriority: lowPriority: low
Description
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
Labels
a-coreArea: core-functionalityArea: core-functionalityc-bugCategory: bugCategory: bugd-mediumDifficulty: mediumDifficulty: mediump-lowPriority: lowPriority: low