accessibility

This commit is contained in:
Kevin G Christiano 2020-04-28 11:09:19 -04:00
parent b92358cca9
commit 016eb01908

View File

@ -68,6 +68,7 @@ open class ListLeftVariableRadioButtonBodyText: TableViewCell {
public override func didSelectCell(at index: IndexPath, delegateObject: MVMCoreUIDelegateObject?, additionalData: [AnyHashable: Any]?) {
radioButton.tapAction()
updateAccessibilityLabel()
}
func updateAccessibilityLabel() {