mirror of
https://github.com/confirmedcode/Lockdown-iOS.git
synced 2025-12-21 12:14:02 +01:00
fixed selection
This commit is contained in:
@@ -23,7 +23,7 @@ class SelectableRadioSwitcherWithTitle: UIView {
|
||||
|
||||
private lazy var switcher: RadioSwitcher = {
|
||||
let view = RadioSwitcher()
|
||||
view.didSelect = { [weak self] in self?.isSelected = $0 }
|
||||
view.didSelect = { [weak self] _ in self?.tapped() }
|
||||
return view
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user