diff --git a/apple/Sources/FerrostarCore/Location.swift b/apple/Sources/FerrostarCore/Location.swift index 9b9ae797..69c2ad76 100644 --- a/apple/Sources/FerrostarCore/Location.swift +++ b/apple/Sources/FerrostarCore/Location.swift @@ -35,6 +35,7 @@ public class LiveLocationProvider: NSObject, ObservableObject { case .notDetermined: locationManager.requestWhenInUseAuthorization() case .authorizedAlways, .authorizedWhenInUse: + lastLocation = locationManager.location locationManager.requestLocation() default: break