summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2024-12-06 09:11:09 +0100
committerBug Magnet <marco.nikic@mullvad.net>2024-12-06 09:11:09 +0100
commit4baba02936cffc9ca056bb6dc7b5e1db6d05ac41 (patch)
treeb5e5216aae9e6e9dc161a13627864e4344fbb6ee /ios/MullvadVPN
parent1ad908be7cbbf5d473abedf1c9a5b7429129e37e (diff)
parentccaf4edbbb59629ccd76b523b0486d2e777131a5 (diff)
downloadmullvadvpn-4baba02936cffc9ca056bb6dc7b5e1db6d05ac41.tar.xz
mullvadvpn-4baba02936cffc9ca056bb6dc7b5e1db6d05ac41.zip
Merge branch 'add-OpenPortSelectorMenu-accessibility-identifier'
Diffstat (limited to 'ios/MullvadVPN')
-rw-r--r--ios/MullvadVPN/Classes/AccessbilityIdentifier.swift1
-rw-r--r--ios/MullvadVPN/View controllers/Settings/SelectableSettingsDetailsCell.swift1
2 files changed, 2 insertions, 0 deletions
diff --git a/ios/MullvadVPN/Classes/AccessbilityIdentifier.swift b/ios/MullvadVPN/Classes/AccessbilityIdentifier.swift
index a277b851bd..f683d92bd4 100644
--- a/ios/MullvadVPN/Classes/AccessbilityIdentifier.swift
+++ b/ios/MullvadVPN/Classes/AccessbilityIdentifier.swift
@@ -59,6 +59,7 @@ public enum AccessibilityIdentifier: String {
case listCustomListDoneButton
case selectLocationFilterButton
case relayFilterChipCloseButton
+ case openPortSelectorMenuButton
// Cells
case deviceCell
diff --git a/ios/MullvadVPN/View controllers/Settings/SelectableSettingsDetailsCell.swift b/ios/MullvadVPN/View controllers/Settings/SelectableSettingsDetailsCell.swift
index 8f68c7d5ad..8869d7f0cf 100644
--- a/ios/MullvadVPN/View controllers/Settings/SelectableSettingsDetailsCell.swift
+++ b/ios/MullvadVPN/View controllers/Settings/SelectableSettingsDetailsCell.swift
@@ -22,6 +22,7 @@ class SelectableSettingsDetailsCell: SelectableSettingsCell {
.withRenderingMode(.alwaysOriginal)
.withTintColor(.white)
actionButton.configuration = actionButtonConfiguration
+ actionButton.accessibilityIdentifier = .openPortSelectorMenuButton
actionButton.addTarget(
self,