mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +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
|
||||
navController = navHostFragment.navController
|
||||
navController.setGraph(R.navigation.mobile_navigation)
|
||||
navController.navigate(R.id.navigation_dashboard)
|
||||
navController.addOnDestinationChangedListener(::onDestinationChanged)
|
||||
appBarConfiguration =
|
||||
AppBarConfiguration(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue