diff options
author | Randall Lee <randall.lee@mapbox.com> | 2018-08-03 16:41:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-03 16:41:09 -0400 |
commit | 99a365d7b7459a4092dfa9e0bdec60280aecf57a (patch) | |
tree | 8bdd7fd16dbec2c07927e97e54d01a49e93c61b1 | |
parent | a5fea5febf908c8cc94222bdbccf53afafc0c1dd (diff) | |
download | qtlocation-mapboxgl-99a365d7b7459a4092dfa9e0bdec60280aecf57a.tar.gz |
[iOS] Update Events submodule with crash fix (#12542)
* Update events submodule
fixes bug with location manager delegate in the events manager.
* Update changelog
-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 1e606702c3..a14021cf65 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -16,6 +16,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT * Fixed a crash when switching between two styles having layers with the same identifier but different layer types. ([#12432](https://github.com/mapbox/mapbox-gl-native/issues/12432)) * Fixed an issue where the symbols for `MGLMapPointForCoordinate` could not be found. ([#12445](https://github.com/mapbox/mapbox-gl-native/issues/12445)) * Fixed an issue causing country and ocean labels to disappear after calling `-[MGLStyle localizeLabelsIntoLocale:]` when the system language is set to Simplified Chinese. ([#12164](https://github.com/mapbox/mapbox-gl-native/issues/12164)) +* Fixed a crash that occurred when `MMELocationManager` was deallocated and the delegate was reporting updates. ([#12542](https://github.com/mapbox/mapbox-gl-native/pull/12542)) ## 4.2.0 - July 18, 2018 diff --git a/platform/ios/vendor/mapbox-events-ios b/platform/ios/vendor/mapbox-events-ios -Subproject 607799d989151f384a179d99f7b33b96efae1be +Subproject 7a74b459d7cd868c7186e9e3f07079390c9269d |