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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
In the Mapbox iOS SDK 3.0.0, tapping a map annotation that has its MGLAnnotationImage's enabled property set to NO sometimes causes a crash. Using the default of YES never crashes. FWIW: we mix enabled and disabled annotations on the map, with the disabled ones being much smaller pin images.
For what it's worth, this code is due to be rewritten as part of #3159. I haven't seen this crash in the OS X port, from which I intend to backport the new version.
In the Mapbox iOS SDK 3.0.0, tapping a map annotation that has its
MGLAnnotationImage
'senabled
property set toNO
sometimes causes a crash. Using the default ofYES
never crashes. FWIW: we mix enabled and disabled annotations on the map, with the disabled ones being much smaller pin images.Trace:
The text was updated successfully, but these errors were encountered: