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 768af4c commit e53cdc3Copy full SHA for e53cdc3
Sources/d3-async-location/LocationManagerAsync.swift
@@ -63,7 +63,7 @@ final class LocationManagerAsync: ILocationManagerAsync{
63
64
/// Stop streaming
65
public func stop(){
66
- delegate.stream = nil
+ delegate.stream = nil
67
manager.stopUpdatingLocation()
68
69
#if DEBUG
@@ -96,9 +96,9 @@ final class LocationManagerAsync: ILocationManagerAsync{
96
){
97
manager.delegate = delegate
98
manager.desiredAccuracy = accuracy ?? kCLLocationAccuracyBest
99
- manager.allowsBackgroundLocationUpdates = backgroundUpdates
100
manager.activityType = activityType ?? .other
101
manager.distanceFilter = distanceFilter ?? kCLDistanceFilterNone
+ manager.allowsBackgroundLocationUpdates = backgroundUpdates
102
}
103
104
0 commit comments