mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Fix node removal hang by adding navigation callback (#2134)
This commit is contained in:
parent
a5ade9252a
commit
00295c969e
2 changed files with 7 additions and 0 deletions
|
|
@ -129,6 +129,9 @@ fun NavGraphBuilder.nodeDetailGraph(
|
|||
onNavigate = {
|
||||
navController.navigate(it)
|
||||
},
|
||||
onNavigateUp = {
|
||||
navController.navigateUp()
|
||||
},
|
||||
viewModel = hiltViewModel(parentEntry),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue