Bottom Navigation View With Navigation Control transaction failing some times
问题 while moving from one tab to another tab on bottom navigation view some times i am getting the app theme color is applying to enter fragment like this is my code ``code from activity``` override fun onSupportNavigateUp() = NavigationUI.navigateUp(navController!!, null) private fun setUpNavigation() { navController = Navigation.findNavController(this, R.id.frameRoot) bottomNavigationView.setupWithNavController(navController) bottomNavigationView.setOnNavigationItemSelectedListener { item ->