From 9efdc4c6c32d37c9fa680c301a60442b50348941 Mon Sep 17 00:00:00 2001 From: Randall Lee Date: Thu, 13 Sep 2018 17:09:37 -0400 Subject: [iOS] Update events library (#12889) Updates EventsSDK to patch a crash that happens with offline use. --- platform/ios/CHANGELOG.md | 1 + platform/ios/vendor/mapbox-events-ios | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 index ff9aec6e55..33476cafc3 160000 --- a/platform/ios/vendor/mapbox-events-ios +++ b/platform/ios/vendor/mapbox-events-ios @@ -1 +1 @@ -Subproject commit ff9aec6e5516ee4cad5f634a4b1d8371d96f2c67 +Subproject commit 33476cafc3669d151411a9c52d5feaaf31d628da -- cgit v1.2.1