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 {