Merge branch 'bugfix/CXTDT-384908' into 'develop'
Updated access specifier to public ### Summary Updated access specifier to public for updateAccessibilityLabel func ### JIRA Ticket https://onejira.verizon.com/browse/CXTDT-384908 Co-authored-by: Keerthy <keerthy.marakanti@verizon.com> Co-authored-by: Krishna Kishore Bandaru <krishna.kishore.bandaru@verizon.com> See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/941
This commit is contained in:
commit
63504ae644
@ -314,7 +314,7 @@ import MVMCore
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Adjust accessibility label based on state of Checkbox.
|
/// Adjust accessibility label based on state of Checkbox.
|
||||||
func updateAccessibilityLabel() {
|
public func updateAccessibilityLabel() {
|
||||||
// Attention: This needs to be addressed with the accessibility team.
|
// Attention: This needs to be addressed with the accessibility team.
|
||||||
// NOTE: Currently emptying description part of MVMCoreUICheckBox accessibility label to avoid crashing!
|
// NOTE: Currently emptying description part of MVMCoreUICheckBox accessibility label to avoid crashing!
|
||||||
if let state = MVMCoreUIUtility.hardcodedString(withKey: isSelected ? "checkbox_checked_state" : "checkbox_unchecked_state") {
|
if let state = MVMCoreUIUtility.hardcodedString(withKey: isSelected ? "checkbox_checked_state" : "checkbox_unchecked_state") {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user