From 945aaa9eafc42aa01ef9e5fd4295249b446a6e32 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Thu, 21 Sep 2023 13:25:38 -0700 Subject: [PATCH] Update image, remove unnesary version checks in widgets --- Meshtastic/Views/Nodes/Helpers/NodeMapSwiftUI.swift | 2 +- Widgets/WidgetsLiveActivity.swift | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Meshtastic/Views/Nodes/Helpers/NodeMapSwiftUI.swift b/Meshtastic/Views/Nodes/Helpers/NodeMapSwiftUI.swift index f7fc6eed..ca3ea5eb 100644 --- a/Meshtastic/Views/Nodes/Helpers/NodeMapSwiftUI.swift +++ b/Meshtastic/Views/Nodes/Helpers/NodeMapSwiftUI.swift @@ -150,7 +150,7 @@ struct NodeMapSwiftUI: View { } else { if showNodeHistory { if pf.contains(.Heading) { - Image(systemName: pf.contains(.Speed) && position.speed > 1 ? "location.north" : "hexagon") + Image(systemName: pf.contains(.Speed) && position.speed > 1 ? "location.north.circle" : "hexagon") .padding(2) .foregroundStyle(Color(UIColor(hex: UInt32(node.num)).lighter()).isLight() ? .black : .white) .background(Color(UIColor(hex: UInt32(node.num)).lighter())) diff --git a/Widgets/WidgetsLiveActivity.swift b/Widgets/WidgetsLiveActivity.swift index 3f998b53..80d1fb50 100644 --- a/Widgets/WidgetsLiveActivity.swift +++ b/Widgets/WidgetsLiveActivity.swift @@ -9,7 +9,6 @@ import ActivityKit import WidgetKit import SwiftUI -@available(iOS 16.2, *) struct WidgetsLiveActivity: Widget { var body: some WidgetConfiguration {