We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3532761 commit 4018f64Copy full SHA for 4018f64
Sources/AsyncLocationKit/AsyncLocationManager.swift
@@ -42,7 +42,7 @@ public final class AsyncLocationManager {
42
private var locationDelegate: CLLocationManagerDelegate
43
44
public convenience init(desiredAccuracy: LocationAccuracy = .bestAccuracy, allowsBackgroundLocationUpdates: Bool = false) {
45
- self.init(locationManager: CLLocationManager(), desiredAccuracy: desiredAccuracy)
+ self.init(locationManager: CLLocationManager(), desiredAccuracy: desiredAccuracy, allowsBackgroundLocationUpdates: allowsBackgroundLocationUpdates)
46
}
47
48
public init(locationManager: CLLocationManager, desiredAccuracy: LocationAccuracy = .bestAccuracy, allowsBackgroundLocationUpdates: Bool = false) {
0 commit comments