Skip to content

Commit

Permalink
[TimePicker][a11y] Make Talkback announce action on clock items
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 408660379
  • Loading branch information
paulfthomas authored and drchen committed Nov 10, 2021
1 parent d8e19dd commit 38406e1
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -164,6 +164,8 @@ public void onInitializeAccessibilityNodeInfo(
/* columnSpan= */ 1,
/* heading= */ false,
/* selected= */ host.isSelected()));

info.setClickable(true);
}
};

Expand Down

0 comments on commit 38406e1

Please sign in to comment.