mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Decouple ChannelScreen from UIViewModel (#3295)
This commit is contained in:
parent
309ec5a6b4
commit
a5cd2d6bbc
6 changed files with 157 additions and 65 deletions
|
|
@ -390,9 +390,9 @@ fun MainScreen(uIViewModel: UIViewModel = hiltViewModel(), scanModel: BTScanMode
|
|||
modifier = Modifier.fillMaxSize().recalculateWindowInsets().safeDrawingPadding().imePadding(),
|
||||
) {
|
||||
contactsGraph(navController)
|
||||
nodesGraph(navController, uiViewModel = uIViewModel)
|
||||
nodesGraph(navController)
|
||||
mapGraph(navController)
|
||||
channelsGraph(navController, uiViewModel = uIViewModel)
|
||||
channelsGraph(navController)
|
||||
connectionsGraph(navController)
|
||||
settingsGraph(navController)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue