Remove bad navigate

This commit is contained in:
世界 2024-09-15 18:14:07 +08:00
parent 18223695ac
commit 5e4df89e2e
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -80,7 +80,6 @@ class MainActivity : AbstractActivity<ActivityMainBinding>(),
supportFragmentManager.findFragmentById(R.id.nav_host_fragment_activity_my) as NavHostFragment
navController = navHostFragment.navController
navController.setGraph(R.navigation.mobile_navigation)
navController.navigate(R.id.navigation_dashboard)
navController.addOnDestinationChangedListener(::onDestinationChanged)
appBarConfiguration =
AppBarConfiguration(