marinofaggiana 3 years ago
parent
commit
6663dd99c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Viewer/NCViewerMedia/NCViewerMediaDetailView.swift

+ 1 - 1
iOSClient/Viewer/NCViewerMedia/NCViewerMediaDetailView.swift

@@ -100,7 +100,7 @@ class NCViewerMediaDetailView: UIView {
                 mapView.layer.cornerRadius = 6
                 mapView.isZoomEnabled = true
                 mapView.isScrollEnabled = false
-                mapView.isUserInteractionEnabled = true
+                mapView.isUserInteractionEnabled = false
                 mapView.addAnnotation(annotation)
                 mapView.setRegion(MKCoordinateRegion(center: annotation.coordinate, latitudinalMeters: 500, longitudinalMeters: 500), animated: false)
             }