Update navigation splitview visibility to allign with ios26

This commit is contained in:
Garth Vander Houwen 2025-07-24 08:47:59 -07:00
parent 572907303d
commit 42ed3437ff
2 changed files with 5 additions and 2 deletions

View file

@ -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