android / architecture-components-samples

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

NavigationAdvancedSample: Tried to use NavigationExtensions.kt helper class to add navigation but getting "null cannot be cast to non-null type androidx.navigation.fragment.NavHostFragment" #743

Open bkanchan82 opened 5 years ago

bkanchan82 commented 5 years ago

Tried to the NavigationExtensions.kt helper class to add navigation to BottomNavigationView, but getting

kotlin.TypeCastException: null cannot be cast to non-null type androidx.navigation.fragment.NavHostFragment at com.getinfino.android.view.home.NavigationExtensionsKt$setupItemReselected$1.onNavigationItemReselected(NavigationExtensions.kt:188)

Exception. The sample is working fine but not able to integrate it with my app.

aungtuntun commented 5 years ago

You should see this issue: https://github.com/android/architecture-components-samples/issues/693#issue-476323206