accessibility changes

This commit is contained in:
Damodaram 2020-11-04 19:32:05 +05:30
parent 7b9fa2a7a8
commit b6282d4bfd

View File

@ -112,7 +112,7 @@
} else {
// Only link. Manually add accessibility elements to ensure they are read in the right order.
var elements: [Any] = []
elements.append(leftImage)
elements.append(leftImage.imageView)
if let otherElements = eyebrowHeadlineBodyLink.getAccessibilityElements() {
elements.append(otherElements)
}