We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526d0d7 commit fec4141Copy full SHA for fec4141
1 file changed
GoInfoGame/GoInfoGame/UI/Map/CustomMap.swift
@@ -565,7 +565,7 @@ struct CustomMap: UIViewRepresentable {
565
.filter { !$0.isHidden }
566
.map { $0.annotation }
567
await context.coordinator.clusterManager.add(visibleAnnotations)
568
- context.coordinator.mapReloader.reload(using: mapView, clusterManager: context.coordinator.clusterManager)
+ await context.coordinator.mapReloader.reload(using: mapView, clusterManager: context.coordinator.clusterManager)
569
}
570
571
func adjustCoordinateForOverlap(_ coordinate: CLLocationCoordinate2D, with index: Int) -> CLLocationCoordinate2D {
0 commit comments