From 42ed3437ffaaf87ff46add7ecb9c57fb8183401c Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Thu, 24 Jul 2025 08:47:59 -0700 Subject: [PATCH] Update navigation splitview visibility to allign with ios26 --- Meshtastic/Views/Nodes/NodeList.swift | 5 ++++- protobufs | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Meshtastic/Views/Nodes/NodeList.swift b/Meshtastic/Views/Nodes/NodeList.swift index fcb2a5ef..8b2558be 100644 --- a/Meshtastic/Views/Nodes/NodeList.swift +++ b/Meshtastic/Views/Nodes/NodeList.swift @@ -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 } } diff --git a/protobufs b/protobufs index 816595c8..27fac391 160000 --- a/protobufs +++ b/protobufs @@ -1 +1 @@ -Subproject commit 816595c8bbdfc3b4388e11348ccd043294d58705 +Subproject commit 27fac39141d99fe727a0a1824c5397409b1aea75