diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2023-08-22 08:18:40 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2023-08-22 08:18:40 +0200 |
| commit | c31f3be2567beb1e812e4e4ab03d75ccafa067c5 (patch) | |
| tree | cc344c9a4060f5b30abe977a020f63b7ec020118 | |
| parent | 2ea1efff6e15f61e14ae8b63e07124080c6db4de (diff) | |
| parent | cb6a51e210e8b93c5f4f03e9c66eabd90f39284e (diff) | |
| download | mullvadvpn-c31f3be2567beb1e812e4e4ab03d75ccafa067c5.tar.xz mullvadvpn-c31f3be2567beb1e812e4e4ab03d75ccafa067c5.zip | |
Merge branch 'fix-swiftlint-warning-mark-ios-267'
| -rw-r--r-- | ios/MullvadVPN/View controllers/Settings/SettingsSwitchCell.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/View controllers/Settings/SettingsSwitchCell.swift b/ios/MullvadVPN/View controllers/Settings/SettingsSwitchCell.swift index 13be87f52c..e148756017 100644 --- a/ios/MullvadVPN/View controllers/Settings/SettingsSwitchCell.swift +++ b/ios/MullvadVPN/View controllers/Settings/SettingsSwitchCell.swift @@ -51,7 +51,7 @@ class SettingsSwitchCell: SettingsCell { action?(switchContainer.control.isOn) } - // MARK: - Accessibility + // MARK: - Accessibility override var accessibilityTraits: UIAccessibilityTraits { get { |
