@expofp/react-native-efp-crowdconnected 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -65,8 +65,6 @@ class RCTCrowdConnectedLocationProvider: RCTEventEmitter, @MainActor CLLocationM
|
|
|
65
65
|
ccLocationManager.delegate = self
|
|
66
66
|
clLocationManager.delegate = self
|
|
67
67
|
|
|
68
|
-
settings.aliases.forEach(ccLocationManager.setAlias)
|
|
69
|
-
|
|
70
68
|
isLocationUpdating
|
|
71
69
|
? startUpdatingLocation(resolve, rejecter: reject)
|
|
72
70
|
: (try? providerInfo.toDict()).map(resolve)
|
|
@@ -192,6 +190,8 @@ extension RCTCrowdConnectedLocationProvider: @MainActor CrowdConnectedDelegate {
|
|
|
192
190
|
clLocationManager.startUpdatingHeading()
|
|
193
191
|
}
|
|
194
192
|
|
|
193
|
+
settings.aliases.forEach(ccLocationManager.setAlias)
|
|
194
|
+
|
|
195
195
|
(try? providerInfo.toDict()).map { updatingResolver?($0) }
|
|
196
196
|
updatingResolver = nil
|
|
197
197
|
updatingRejecter = nil
|