architecture-components-samples icon indicating copy to clipboard operation
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"

Open bkanchan82 opened this issue 6 years ago • 1 comments

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.

bkanchan82 avatar Oct 18 '19 10:10 bkanchan82

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

aungtuntun avatar Oct 30 '19 11:10 aungtuntun