summaryrefslogtreecommitdiff
path: root/platform/android/CHANGELOG.md
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2019-08-28 12:40:44 +0200
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-08-28 13:29:47 +0200
commitec1228242b744bd0e8fdc45b7043e18ca9defe2c (patch)
tree0f166a8d02c0e47340887f9d97160a38729284ae /platform/android/CHANGELOG.md
parent9a42bdd7aea0f23e892f2874be6c18acf2b0f0ae (diff)
downloadqtlocation-mapboxgl-ec1228242b744bd0e8fdc45b7043e18ca9defe2c.tar.gz
[android] invalidate foreground icon sources even when location layer is hidden
Diffstat (limited to 'platform/android/CHANGELOG.md')
-rw-r--r--platform/android/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 61ff97e10e..9d3c40b63b 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -16,6 +16,7 @@ This release changes how offline tile requests are billed — they are now bille
### Bug fixes
- Fixed a rendering issue caused by all icons being treated as SDFs if an SDF and non-SDF icon were in the same layer. [#15456](https://github.com/mapbox/mapbox-gl-native/pull/15456)
+ - Fixed an issue where changing location's render mode when the`LocationComponent` is disable wouldn't invalidate the foreground icon when it's back enabled. [#15507](https://github.com/mapbox/mapbox-gl-native/pull/15507)
## 8.2.2 - August 23, 2019
[Changes](https://github.com/mapbox/mapbox-gl-native/compare/android-v8.2.1...android-v8.2.2) since [Mapbox Maps SDK for Android v8.2.1](https://github.com/mapbox/mapbox-gl-native/releases/tag/android-v8.2.1):