Skip to content

Commit 48fe24e

Browse files
committed
Remove no-longer-relevant comment
1 parent 32513ed commit 48fe24e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/MapLibreSwiftUI/MapViewCoordinator.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,6 @@ public class MapViewCoordinator<T: MapViewHostViewController>: NSObject, MLNMapV
310310
// If any of these are a mismatch, we know the camera is no longer following a desired method, so we should
311311
// detach and revert to a .centered camera. If any one of these is true, the desired camera state still
312312
// matches the mapView's userTrackingMode
313-
// NOTE: The use of assumeIsolated is just to make Swift strict concurrency checks happy.
314-
// This invariant is upheld by the MLNMapView.
315313
let userTrackingMode = mapView.userTrackingMode
316314
let isProgrammaticallyTracking: Bool = switch parent.camera.state {
317315
case .trackingUserLocation:

0 commit comments

Comments
 (0)