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

[NavigationAdvancedSample] OnNavigationItemReselected not reset to startDestination #977

Open shawnthye-razer opened 3 years ago

shawnthye-razer commented 3 years ago

Issue with the NavigationAdvancedSample?

Sample Deeplink: www.example.com/user/Jo

When the sample app opened with deeplink, on the second tab reselect, the second tab are not able to pop back to start destination

Logcat telling id/leaderboard as it was not found on the current back stack

I/NavController: Ignoring popBackStack to destination com.example.android.navigationadvancedsample:id/leaderboard as it was not found on the current back stack

Tried the latest version on Navigation Component v2.3.4 too