diff options
author | Julian Rex <julian.rex@gmail.com> | 2018-09-05 11:53:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-05 11:53:12 -0400 |
commit | 315a9e3cdfef828da9d359209ce367d0d2b3ebe8 (patch) | |
tree | c7d374a515989d4c1f388c68879ed7b44748375d /platform/macos | |
parent | 5aca8e9ffbc90e9b431869e616f8451b09c352ef (diff) | |
download | qtlocation-mapboxgl-315a9e3cdfef828da9d359209ce367d0d2b3ebe8.tar.gz |
[ios, macos] Call snapshotter (Obj-C) completion block on dealloc/cancel if snapshot hasn't finished. (#12355)
Diffstat (limited to 'platform/macos')
-rw-r--r-- | platform/macos/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index 8cc93d3447..2fb601bf6f 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog for Mapbox Maps SDK for macOS +## master + +### Other changes + +* Fixed bug where completion block passed to `-[MGLMapSnapshotter startWithQueue:completionHandler:]` was not being called in all code paths. ([#12355](https://github.com/mapbox/mapbox-gl-native/pull/12355)) + # 0.11.0 ### Styles and rendering |