diff options
author | Randall Lee <randall.lee@mapbox.com> | 2018-09-13 17:09:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-13 17:09:37 -0400 |
commit | 9efdc4c6c32d37c9fa680c301a60442b50348941 (patch) | |
tree | eb009272f3f143643fd06b4a49ebafbe7385d74c /platform | |
parent | c63e628acc584aa02bb067f5714d5bcd7889f675 (diff) | |
download | qtlocation-mapboxgl-9efdc4c6c32d37c9fa680c301a60442b50348941.tar.gz |
[iOS] Update events library (#12889)
Updates EventsSDK to patch a crash that happens with offline use.
Diffstat (limited to 'platform')
-rw-r--r-- | platform/ios/CHANGELOG.md | 1 | ||||
m--------- | platform/ios/vendor/mapbox-events-ios | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index b282d26f0e..66130a0118 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -11,6 +11,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT ### Other changes * Fixed an issue where `-[MGLMapSnapshotter startWithQueue:completionHandler:]` failed to call its completion handler in some cases. ([#12355](https://github.com/mapbox/mapbox-gl-native/pull/12355)) +* Fixed a crash when connectivity was offline ([#12889](https://github.com/mapbox/mapbox-gl-native/pull/12889)) ## 4.4.0 - September 12, 2018 diff --git a/platform/ios/vendor/mapbox-events-ios b/platform/ios/vendor/mapbox-events-ios -Subproject ff9aec6e5516ee4cad5f634a4b1d8371d96f2c6 +Subproject 33476cafc3669d151411a9c52d5feaaf31d628d |