diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2023-08-21 15:40:52 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2023-08-22 08:18:05 +0200 |
| commit | cb6a51e210e8b93c5f4f03e9c66eabd90f39284e (patch) | |
| tree | cc344c9a4060f5b30abe977a020f63b7ec020118 | |
| parent | 2ea1efff6e15f61e14ae8b63e07124080c6db4de (diff) | |
| download | mullvadvpn-cb6a51e210e8b93c5f4f03e9c66eabd90f39284e.tar.xz mullvadvpn-cb6a51e210e8b93c5f4f03e9c66eabd90f39284e.zip | |
Fix swiftlint mark violation
| -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 { |
