google / google/Accessibility-Test-Framework-for-Android
TextContrastCheck does not run on TextView with Compose Origin
Open
- Dominant language
- Java
- Stars
- 520
- Forks
- 154
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.