mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-13 16:01:36 +00:00
Update uCrop
This commit is contained in:
parent
75213738ab
commit
08ed3cd4d1
2 changed files with 2 additions and 2 deletions
|
|
@ -357,7 +357,7 @@ class MainActivity : BaseLanguageActivity() {
|
|||
rootNavGraph.id = R.id.root_nav_graph
|
||||
rootNavGraph.label = "root_nav_graph"
|
||||
rootNavGraph.addDestinations(topLevelDestinations)
|
||||
rootNavGraph.startDestination = if (startNavRootId != 0) startNavRootId else R.id.profile_nav_graph
|
||||
rootNavGraph.setStartDestination(if (startNavRootId != 0) startNavRootId else R.id.profile_nav_graph)
|
||||
navController.graph = rootNavGraph
|
||||
binding.bottomNavView.setupWithNavController(navController)
|
||||
appBarConfiguration = AppBarConfiguration(currentTabs.map { it.startDestinationFragmentId }.toSet())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue