mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-04 12:27:37 +03:00
Remove bad navigate
This commit is contained in:
parent
18223695ac
commit
5e4df89e2e
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ class MainActivity : AbstractActivity<ActivityMainBinding>(),
|
||||||
supportFragmentManager.findFragmentById(R.id.nav_host_fragment_activity_my) as NavHostFragment
|
supportFragmentManager.findFragmentById(R.id.nav_host_fragment_activity_my) as NavHostFragment
|
||||||
navController = navHostFragment.navController
|
navController = navHostFragment.navController
|
||||||
navController.setGraph(R.navigation.mobile_navigation)
|
navController.setGraph(R.navigation.mobile_navigation)
|
||||||
navController.navigate(R.id.navigation_dashboard)
|
|
||||||
navController.addOnDestinationChangedListener(::onDestinationChanged)
|
navController.addOnDestinationChangedListener(::onDestinationChanged)
|
||||||
appBarConfiguration =
|
appBarConfiguration =
|
||||||
AppBarConfiguration(
|
AppBarConfiguration(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue