From 4aee8f62b9a2b995e47459f0fdc9d12d20255a82 Mon Sep 17 00:00:00 2001 From: Andrew Bulhak Date: Fri, 6 Dec 2024 10:40:48 +0100 Subject: [PATCH] Fix merge breakage --- .../Settings/SelectableSettingsDetailsCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/MullvadVPN/View controllers/Settings/SelectableSettingsDetailsCell.swift b/ios/MullvadVPN/View controllers/Settings/SelectableSettingsDetailsCell.swift index 8869d7f0cfee..239a62c3d73e 100644 --- a/ios/MullvadVPN/View controllers/Settings/SelectableSettingsDetailsCell.swift +++ b/ios/MullvadVPN/View controllers/Settings/SelectableSettingsDetailsCell.swift @@ -22,7 +22,7 @@ class SelectableSettingsDetailsCell: SelectableSettingsCell { .withRenderingMode(.alwaysOriginal) .withTintColor(.white) actionButton.configuration = actionButtonConfiguration - actionButton.accessibilityIdentifier = .openPortSelectorMenuButton + actionButton.setAccessibilityIdentifier(.openPortSelectorMenuButton) actionButton.addTarget( self,