From e49038d0ae174c2fcf77fdfa39143ca8193d6cf3 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Mon, 31 Jan 2022 03:48:41 -0600 Subject: Disabled animation on initial map focusOn --- iosApp/iosApp/Map/BaseMapView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3