Код: Выделить всё
`Fatal Exception: java.lang.RuntimeException: Unable to destroy activity {com..presentation.screens.main.MainActivity}: java.lang.IllegalStateException: View androidx.fragment.app.FragmentContainerView{dc9613c V.E...... ......ID 0,0-1080,2037 #7f0a05ae app:id/nav_container} does not have a NavController set
`
Код: Выделить всё
` val controller =
bottomNav.setupWithNavController(
navGraphIds = navGraphIds,
fragmentManager = supportFragmentManager,
containerId = R.id.nav_host_container,
intent = intent
) { selectedItem ->
onNavItemClicked(itemId = selectedItem.itemId)
}`
Код: Выделить всё
`
`
Подробнее здесь: https://stackoverflow.com/questions/787 ... roller-set
Мобильная версия