You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slider should announce disabled when interacting with (#335)
* To be continued
* Check for action event and return true for hover event
We are only to announce "disabled" if a Slider receives the onHover
event and is disabled.
Otherwise we do nothing to avoid spamming user with too many redundant
messages.
Also the Slider should return true as the event has been handled.
The docs for this:
https://developer.android.com/reference/android/view/View#onHoverEvent(android.view.MotionEvent)
* Remove redundant call to `String.format`
* Use touch event instead of hover
* React on ACTION_DOWN instead of POINTER_DOWN
0 commit comments