summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-06-03 13:28:06 +0200
committerAndrej Mihajlov <and@mullvad.net>2021-06-04 14:51:03 +0200
commit30caeaf50416f8d6b79900859e3682cd2e7ccabd (patch)
tree8d0cab5bc9ad7b18641e12813eac26b5ffbb1500 /ios
parent9e8ccb29dccd508d072f282881bba9b41fff75af (diff)
downloadmullvadvpn-30caeaf50416f8d6b79900859e3682cd2e7ccabd.tar.xz
mullvadvpn-30caeaf50416f8d6b79900859e3682cd2e7ccabd.zip
Accessibility: hide map from accessibility
Diffstat (limited to 'ios')
-rw-r--r--ios/MullvadVPN/ConnectMainContentView.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/MullvadVPN/ConnectMainContentView.swift b/ios/MullvadVPN/ConnectMainContentView.swift
index 99e181ab0d..53a3ff5fd4 100644
--- a/ios/MullvadVPN/ConnectMainContentView.swift
+++ b/ios/MullvadVPN/ConnectMainContentView.swift
@@ -24,6 +24,7 @@ class ConnectMainContentView: UIView {
mapView.isZoomEnabled = false
mapView.isScrollEnabled = false
mapView.isUserInteractionEnabled = false
+ mapView.accessibilityElementsHidden = true
return mapView
}()