Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Remove temp commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrex committed Jun 15, 2020
1 parent 4e9878d commit c583c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/ios/src/MGLMapView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3149,7 +3149,7 @@ - (id)accessibilityElementForAnnotationWithTag:(MGLAnnotationTag)annotationTag

// Let the annotation view serve as its own accessibility element.
MGLAnnotationView *annotationView = annotationContext.annotationView;
if (annotationView)//asdf && annotationView.superview)
if (annotationView && annotationView.superview)
{
return annotationView;
}
Expand Down

0 comments on commit c583c75

Please sign in to comment.