mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-03 14:06:34 +02:00
Make Nodes screen the root of the nav graph (#2954)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user