Skip to content

Commit 8762e6f

Browse files
fix build
1 parent 8734463 commit 8762e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arcgis_map_sdk_ios/ios/arcgis_map_sdk_ios/Sources/arcgis_map_sdk_ios/ArcgisMapView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class ArcgisMapView: NSObject, FlutterPlatformView {
259259
}
260260
let success = await mapContentView.viewModel.mapViewProxy?.setViewpoint(
261261
Viewpoint(center: point.toAGSPoint(), scale: scale),
262-
duration: (animationOptions?.duration ?? 0) / 1000,
262+
duration: (animationOptions?.duration ?? 0) / 1000
263263
)
264264
result(success)
265265
} catch {

0 commit comments

Comments
 (0)