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-alpha01] Wrong destination when back or arrow button clicked #997

Closed DJDrama closed 3 years ago

DJDrama commented 3 years ago

[Navigation Advanced Sample 2.4.0-alpha01]

When you click the "About" Button in "Home" Screen, and then click other tabs("Leaderboard" or "Register) and then click the back arrow or the back button, then the "Home Screen" Shows.

But actually the "About" screen should show in "Home" screen.

When you tap other tabs("Leaderboard" or "Register") and then come back to "Home" screen by tapping the "Home" tab, then the "About" screen shows.

ianhanniballake commented 3 years ago

As per the issue filed on the official issue tracker, this is working as intended.