mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Update navigation splitview visibility to allign with ios26
This commit is contained in:
parent
572907303d
commit
42ed3437ff
2 changed files with 5 additions and 2 deletions
|
|
@ -339,7 +339,10 @@ struct NodeList: View {
|
|||
}
|
||||
}
|
||||
.onChange(of: selectedNode) {
|
||||
if selectedNode == nil {
|
||||
if selectedNode != nil {
|
||||
columnVisibility = .doubleColumn
|
||||
} else {
|
||||
columnVisibility = .all
|
||||
router.navigationState.nodeListSelectedNodeNum = nil
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 816595c8bbdfc3b4388e11348ccd043294d58705
|
||||
Subproject commit 27fac39141d99fe727a0a1824c5397409b1aea75
|
||||
Loading…
Add table
Add a link
Reference in a new issue