mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Make Nodes screen the root of the nav graph (#2954)
This commit is contained in:
parent
04c6b1d0ca
commit
7bffcb1fd6
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ fun NavGraph(
|
|||
mapViewModel: MapViewModel = hiltViewModel(),
|
||||
navController: NavHostController = rememberNavController(),
|
||||
) {
|
||||
NavHost(navController = navController, startDestination = ConnectionsRoutes.ConnectionsGraph, modifier = modifier) {
|
||||
NavHost(navController = navController, startDestination = NodesRoutes.NodesGraph, modifier = modifier) {
|
||||
contactsGraph(navController, uIViewModel)
|
||||
nodesGraph(navController, uIViewModel)
|
||||
mapGraph(navController, uIViewModel, mapViewModel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue