diff options
author | Langston Smith <langston.smith@mapbox.com> | 2019-08-12 10:55:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-12 10:55:15 -0700 |
commit | 8fbe30be58100855c89b4f50fdc756ed69eed812 (patch) | |
tree | a9112bbe4a2b58adfe141ade0dccb8f1b6c34648 /platform | |
parent | 58d773472274e06cab65a55842ce9ba5a6a7e140 (diff) | |
download | qtlocation-mapboxgl-8fbe30be58100855c89b4f50fdc756ed69eed812.tar.gz |
[android] Added #15330 to the 8.3.0-alpha.2 changelog (#15335)
Diffstat (limited to 'platform')
-rw-r--r-- | platform/android/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 813d8b45ea..4785fff4b7 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -17,6 +17,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to ### Bug fixes - Load a style without an URI or JSON [#15293](https://github.com/mapbox/mapbox-gl-native/pull/15293) +- Do not try to wake up the RunLoop if a wake is already pending. Fixes offline downloads that could freeze after resuming. [#15330](https://github.com/mapbox/mapbox-gl-native/pull/15330) ## 8.0.2 - July 31, 2019 [Changes](https://github.com/mapbox/mapbox-gl-native/compare/android-v8.0.1...android-v8.0.2) since [Mapbox Maps SDK for Android v8.0.1](https://github.com/mapbox/mapbox-gl-native/releases/tag/android-v8.0.1): |