You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked our OfflineRegion implementation and do not see these errors on my side. We'll need some additional information to investigate this report. Please provide the following:
Under which conditions do you see this error?
Could you provide a simple sample project which reproduces this issue?
Are you using annotation managers in your implementation?
Did you upgrade directly from v10 to v11.6.1, or did you notice this when upgrading from one Mapbox v11 version to another?
Environment
Observed behavior and steps to reproduce
Calling any of the OfflineRegion functions triggers a warning:
It's causing a significant downgrade in performance, causing the map to load 30 seconds instead of instantly.
Expected behavior
Not triggering the warning if it's not needed.
Notes / preliminary analysis
All calls are being made from main thread. This issue was not seen in mapbox 10. Perhaps it's connected with: mapbox/mapbox-maps-android#2232
The text was updated successfully, but these errors were encountered: