mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: update start destination to NodesGraph when connected (#2058)
This commit is contained in:
parent
22109e59a6
commit
72ab461661
1 changed files with 2 additions and 2 deletions
|
|
@ -84,9 +84,9 @@ fun NavGraph(
|
|||
NavHost(
|
||||
navController = navController,
|
||||
startDestination = if (uIViewModel.isConnected()) {
|
||||
ConnectionsRoutes.ConnectionsGraph
|
||||
NodesRoutes.NodesGraph
|
||||
} else {
|
||||
ContactsRoutes.ContactsGraph
|
||||
ConnectionsRoutes.ConnectionsGraph
|
||||
},
|
||||
modifier = modifier,
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue