diff --git a/VDS/Components/Tabs/Tab.swift b/VDS/Components/Tabs/Tab.swift index 753b9a8d..4ec39b4e 100644 --- a/VDS/Components/Tabs/Tab.swift +++ b/VDS/Components/Tabs/Tab.swift @@ -182,11 +182,6 @@ extension Tabs { addBorder(side: indicatorSide, width: indicatorWidth, color: indicatorColorConfiguration.getColor(self)) } } - - open override func accessibilityActivate() -> Bool { - sendActions(for: .touchUpInside) - return true - } } } diff --git a/VDS/Components/Toggle/Toggle.swift b/VDS/Components/Toggle/Toggle.swift index 5a93feb1..e7b50206 100644 --- a/VDS/Components/Toggle/Toggle.swift +++ b/VDS/Components/Toggle/Toggle.swift @@ -249,11 +249,6 @@ open class Toggle: Control, Changeable { } } - open override func accessibilityActivate() -> Bool { - sendActions(for: .touchUpInside) - return true - } - open override var intrinsicContentSize: CGSize { if showLabel { label.sizeToFit()