From c554e4c8c5aeb2c7792d65e77b92a473a63e6341 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sun, 4 Sep 2022 22:24:37 -0700 Subject: [PATCH] Add details link bool to node list to stop the user being taken back to node details when data comes in, should be able to remove when the iOS 16 upgrade happens --- Meshtastic/Views/Nodes/NodeList.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Meshtastic/Views/Nodes/NodeList.swift b/Meshtastic/Views/Nodes/NodeList.swift index 62b2657c..b6e646d4 100644 --- a/Meshtastic/Views/Nodes/NodeList.swift +++ b/Meshtastic/Views/Nodes/NodeList.swift @@ -120,6 +120,7 @@ struct NodeList: View { } .padding([.leading, .top, .bottom]) } + .isDetailLink(false) } } }