From cb63d13b90ace7523600ba1d465e7ce0c0576c2a Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sat, 23 Dec 2023 17:18:19 -0800 Subject: [PATCH] Turn smart position back on --- Meshtastic/Helpers/LocationsHandler.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Helpers/LocationsHandler.swift b/Meshtastic/Helpers/LocationsHandler.swift index 2594f747..3d8cf278 100644 --- a/Meshtastic/Helpers/LocationsHandler.swift +++ b/Meshtastic/Helpers/LocationsHandler.swift @@ -39,7 +39,7 @@ import CoreLocation private init() { self.manager = CLLocationManager() // Creating a location manager instance is safe to call here in `MainActor`. locationsArray = [CLLocation]() - enableSmartPosition = false + enableSmartPosition = true } func startLocationUpdates() {