Skip to content

Commit fec4141

Browse files
committed
Fixed missing warning message
1 parent 526d0d7 commit fec4141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GoInfoGame/GoInfoGame/UI/Map/CustomMap.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ struct CustomMap: UIViewRepresentable {
565565
.filter { !$0.isHidden }
566566
.map { $0.annotation }
567567
await context.coordinator.clusterManager.add(visibleAnnotations)
568-
context.coordinator.mapReloader.reload(using: mapView, clusterManager: context.coordinator.clusterManager)
568+
await context.coordinator.mapReloader.reload(using: mapView, clusterManager: context.coordinator.clusterManager)
569569
}
570570

571571
func adjustCoordinateForOverlap(_ coordinate: CLLocationCoordinate2D, with index: Int) -> CLLocationCoordinate2D {

0 commit comments

Comments
 (0)