Skip to content

Commit

Permalink
Fix merge breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
acb-mv committed Dec 6, 2024
1 parent 2c4523b commit 4aee8f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SelectableSettingsDetailsCell: SelectableSettingsCell {
.withRenderingMode(.alwaysOriginal)
.withTintColor(.white)
actionButton.configuration = actionButtonConfiguration
actionButton.accessibilityIdentifier = .openPortSelectorMenuButton
actionButton.setAccessibilityIdentifier(.openPortSelectorMenuButton)

actionButton.addTarget(
self,
Expand Down

0 comments on commit 4aee8f6

Please sign in to comment.