-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[ios] Crash fix on render with view-backed annotations #8513
[ios] Crash fix on render with view-backed annotations #8513
Conversation
@fabian-guerra, thanks for your PR! By analyzing this pull request, we identified @1ec5, @incanus and @boundsj to be potential reviewers. |
We should audit the MGLMapView implementation for places where we use subscript notation ( |
@1ec5 even before I added a nil check we did checked with
|
Yes, but there are several other places in the code that use subscripting notation on |
Fixes #8163 while this is only a nil check, we need to continue investigating why
annotationContext.annotation
is nil when callingvisibleAnnotationsInRect