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

Add throttle for offline plugin notification update #1199

Closed Chaoba closed 3 years ago

Chaoba commented 3 years ago

Currently, the notification updates in the offline plugin are still too many and can block the UI thread, we should update the throttle logic to reduce these updates.