aboutsummaryrefslogtreecommitdiff
path: root/iosApp/iosApp/Map/BaseMapView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'iosApp/iosApp/Map/BaseMapView.swift')
-rw-r--r--iosApp/iosApp/Map/BaseMapView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/iosApp/iosApp/Map/BaseMapView.swift b/iosApp/iosApp/Map/BaseMapView.swift
index bf2c82b..b247c30 100644
--- a/iosApp/iosApp/Map/BaseMapView.swift
+++ b/iosApp/iosApp/Map/BaseMapView.swift
@@ -81,7 +81,7 @@ struct BaseMapView: UIViewControllerRepresentable {
DispatchQueue.main.async {
let point = MaplyCoordinateMakeWithDegrees(-100.36, 23.191)
- mapViewController.focusOn(point: point, height: 0.4)
+ mapViewController.focusOn(point: point, height: 0.4, animated: false)
}
return mapViewController