fixed bug on radioswatch
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
0bc4dab7fb
commit
39dc6b5861
@ -40,6 +40,7 @@ class RadioSwatchGroupViewController: BaseViewController {
|
|||||||
.publisher(for: .valueChanged)
|
.publisher(for: .valueChanged)
|
||||||
.sink { [weak self] sender in
|
.sink { [weak self] sender in
|
||||||
self?.radioSwatchGroup.selectorViews.first?.strikethrough = sender.isOn
|
self?.radioSwatchGroup.selectorViews.first?.strikethrough = sender.isOn
|
||||||
|
self?.radioSwatchGroup.reload()
|
||||||
}.store(in: &subscribers)
|
}.store(in: &subscribers)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user