Turn smart position back on

This commit is contained in:
Garth Vander Houwen 2023-12-23 17:18:19 -08:00
parent 6c8db4e381
commit cb63d13b90

View file

@ -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() {