android / architecture-components-samples

Samples for Android Architecture Components.
https://d.android.com/arch
Apache License 2.0
23.4k stars 8.29k forks source link

[Navigation Advanced Sample 2.4.0-alpha10] Conflicting backstacks #1031

Closed ishaansrm closed 2 years ago

ishaansrm commented 2 years ago

[Navigation Advanced Sample 2.4.0-alpha10]

Repro Steps:

  1. Go to about section in home tab
  2. switch to tab 2
  3. press back -> home frag opens (intended behavior)
  4. press home bottom tab (or go to tab 2 then press home tab) -> about frag opens

Observed Behavior: Home frag opens different frags, depending on how the user reached there

Expected Behavior: Once user presses back to reach home, home's backstack should be cleared, to avoid inconsistency in the screen that will be shown to a user

ianhanniballake commented 2 years ago

Dup of b/188963883.