mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Refactor: Remove dispatcher and use conditional start destination (#2309)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
8b095aba09
commit
128aceb4b7
7 changed files with 14 additions and 30 deletions
|
|
@ -277,7 +277,7 @@ fun MainScreen(
|
|||
when (action) {
|
||||
is NodeMenuAction.MoreDetails -> {
|
||||
navController.navigate(
|
||||
NodesRoutes.NodeDetail(
|
||||
NodesRoutes.NodeDetailGraph(
|
||||
action.node.num
|
||||
),
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue