Skip to content

Commit 0804b97

Browse files
committed
Update newly merged code from main
1 parent a3ac449 commit 0804b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/MullvadVPN/View controllers/Settings/SelectableSettingsDetailsCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class SelectableSettingsDetailsCell: SelectableSettingsCell {
2222
.withRenderingMode(.alwaysOriginal)
2323
.withTintColor(.white)
2424
actionButton.configuration = actionButtonConfiguration
25-
actionButton.accessibilityIdentifier = .openPortSelectorMenuButton
25+
actionButton.setAccessibilityIdentifier(.openPortSelectorMenuButton)
2626

2727
actionButton.addTarget(
2828
self,

0 commit comments

Comments
 (0)