Skip to content
Commit 32b05d40 authored by Peter_Liang's avatar Peter_Liang
Browse files

Fixing the announcement of menu of a11y actions when using Talkback

or Switch Access.

Root cause:
The accessibility delegate was used for the root view instead of items.

Actions:
1) Add the accessibility delegate to the individual items
of the RecyclerView, and then override the functions
onInitializeAccessibilityNodeInfo() and performAccessibilityAction().

2) Remove the overridden functions onInitializeAccessibilityNodeInfo()
and performAccessibilityAction() from the root view.

Bug: 190326499
Bug: 190138534
Test: manual test
Change-Id: Ife1787c2d7bb3090e4d55aed76c303e9842a1a98
parent 52698a91
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment