Skip to content
Commit d5b89927 authored by yingleiw's avatar yingleiw
Browse files

Separator in AbsListView should not be clickable

In ListAdapter, isEnabled (int position) returns true if the
item at the specified position is not a separator. (A
separator is a non-selectable, non-clickable item). So we should
not set it to clickable in accessibility node info when the item
is disabled.

Bug: 140017328
Test: After the fix, talkback focus will skip the separator in
linear navigation.

Change-Id: Id0a76a2f93b8af730dab1a808dc24a0ae24bcee0
parent 69235dcb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment