From d24b57fb168f5cf29c1f807172b94e69d13987e2 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Mon, 17 Oct 2022 19:26:52 -0700 Subject: [PATCH] Make connect page a navigation stack --- Meshtastic/Views/Bluetooth/Connect.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Bluetooth/Connect.swift b/Meshtastic/Views/Bluetooth/Connect.swift index 391b81fe..1bd2905f 100644 --- a/Meshtastic/Views/Bluetooth/Connect.swift +++ b/Meshtastic/Views/Bluetooth/Connect.swift @@ -22,7 +22,7 @@ struct Connect: View { var body: some View { - NavigationView { + NavigationStack { VStack {