mapbox / mapbox-plugins-android

Mapbox Android Plugins are a collection of libraries that extend our other SDKs, helping you design powerful mapping features while the plugins handle most of the heavy lifting.
https://www.mapbox.com/android-docs/plugins/overview/
BSD 2-Clause "Simplified" License
241 stars 119 forks source link

Fix download notification doesn't dismiss issue. #1176

Closed Chaoba closed 3 years ago

Chaoba commented 3 years ago

In Android 11, if we invoke startForeground multi times, the last notification will not be able to dismissed. This pr add the check for it and only invoke startForeground for the first notification.