diff --git a/ios/Classes/MapboxMapController.swift b/ios/Classes/MapboxMapController.swift index e15b03942..78db4227a 100644 --- a/ios/Classes/MapboxMapController.swift +++ b/ios/Classes/MapboxMapController.swift @@ -588,6 +588,7 @@ class MapboxMapController: NSObject, FlutterPlatformView, MGLMapViewDelegate, Ma * MGLAnnotationControllerDelegate */ func annotationController(_ annotationController: MGLAnnotationController, didSelect styleAnnotation: MGLStyleAnnotation) { + annotationController.deselectStyleAnnotation(styleAnnotation) guard let channel = channel else { return }