diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-06-03 13:28:06 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-06-04 14:51:03 +0200 |
| commit | 30caeaf50416f8d6b79900859e3682cd2e7ccabd (patch) | |
| tree | 8d0cab5bc9ad7b18641e12813eac26b5ffbb1500 /ios | |
| parent | 9e8ccb29dccd508d072f282881bba9b41fff75af (diff) | |
| download | mullvadvpn-30caeaf50416f8d6b79900859e3682cd2e7ccabd.tar.xz mullvadvpn-30caeaf50416f8d6b79900859e3682cd2e7ccabd.zip | |
Accessibility: hide map from accessibility
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/MullvadVPN/ConnectMainContentView.swift | 1 |
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 }() |
