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

fix a crash "does not have a NavController set" at NavigationExtensions when finish activity #956

Closed D000L closed 3 years ago

D000L commented 3 years ago

In setupWithNavController, detachNavHostFragment is called last, resulting in NavController being null. reversed() prevents this.

maxim-yudin commented 3 years ago

@D000L your solution doesn't work. I tried it in the last release of my app and there's no effects