From b6282d4bfddc82cead3bc6373456a2aa48403170 Mon Sep 17 00:00:00 2001 From: Damodaram Date: Wed, 4 Nov 2020 19:32:05 +0530 Subject: [PATCH] accessibility changes --- .../ListLeftVariableIconWithRightCaretAllTextLinks.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/LeftVariable/ListLeftVariableIconWithRightCaretAllTextLinks.swift b/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/LeftVariable/ListLeftVariableIconWithRightCaretAllTextLinks.swift index 7b5c015d..d6175136 100644 --- a/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/LeftVariable/ListLeftVariableIconWithRightCaretAllTextLinks.swift +++ b/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/LeftVariable/ListLeftVariableIconWithRightCaretAllTextLinks.swift @@ -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) }