architecture-components-samples
architecture-components-samples copied to clipboard
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"
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.
You should see this issue: https://github.com/android/architecture-components-samples/issues/693#issue-476323206