`onInitializeAccessibilityNodeInfo` not called for RecyclerView ItemDelegate when TalkBack is activated via shortcut
I’m encountering an issue with accessibility in a RecyclerView when using RecyclerViewAccessibilityDelegate
. The onInitializeAccessibilityNodeInfo
method is successfully called for the RecyclerView itself, but not for its ItemDelegate
. This means that individual items are not getting their accessibility node info initialized.
`onInitializeAccessibilityNodeInfo` not called for RecyclerView ItemDelegate when TalkBack is activated via shortcut
I’m encountering an issue with accessibility in a RecyclerView when using RecyclerViewAccessibilityDelegate
. The onInitializeAccessibilityNodeInfo
method is successfully called for the RecyclerView itself, but not for its ItemDelegate
. This means that individual items are not getting their accessibility node info initialized.