You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// FIXME: CI complains about MainActor.assumeIsolated being unavailable before iOS 17, despite building on iOS 17.2... This is an epic hack to fix it for now. I can only assume this is an issue with Xcode pre-15.3
256
256
// TODO: We could put this in regionIsChangingWith if we calculate significant change/debounce.
257
257
Task{@MainActorin
258
258
updateViewPort(mapView: mapView)
259
259
}
260
-
260
+
261
261
guard !suppressCameraUpdatePropagation else{
262
262
return
263
263
}
264
-
264
+
265
265
// FIXME: CI complains about MainActor.assumeIsolated being unavailable before iOS 17, despite building on iOS 17.2... This is an epic hack to fix it for now. I can only assume this is an issue with Xcode pre-15.3
0 commit comments