AlexMobileStyles

Results 1 comments of AlexMobileStyles

Problem solved my self with this solution i added an custom extenstion for bottom nav view ``` fun BottomNavigationView.setupWithNavController(navController: NavController?) { navController?.let { this.setupWithNavController(it) } this.setOnItemSelectedListener { menuItem -> val...