Accessibility-Test-Framework-for-Android icon indicating copy to clipboard operation
Accessibility-Test-Framework-for-Android copied to clipboard

TextContrastCheck does not run on TextView with Compose Origin

Open badamsF99 opened this issue 1 year ago • 0 comments

The TextContrastCheck is returning with a ResultType of AccessibilityCheckResultType.NOT_RUN on any ViewHierarchyElement with a class name of TextView and a COMPOSE Origin. The Result ID is RESULT_ID_COULD_NOT_GET_TEXT_COLOR. The textColor value in ViewHierarchyElement is null.

This is occurring with version 4.1.1.

badamsF99 avatar May 10 '24 19:05 badamsF99