Skip to content

Commit

Permalink
[TimePicker] Make ClockFaceView not focusable
Browse files Browse the repository at this point in the history
Prevent keyboard navigation from unnecessarily focusing the clock face.

PiperOrigin-RevId: 620981338
  • Loading branch information
paulfthomas committed Apr 2, 2024
1 parent 89d9485 commit d2831cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public boolean onPreDraw() {
}
});

setFocusable(true);
setFocusable(false);
a.recycle();
valueAccessibilityDelegate =
new AccessibilityDelegateCompat() {
Expand Down

0 comments on commit d2831cb

Please sign in to comment.