material-components-android
material-components-android copied to clipboard
[TextField] Convert autoCompleteTextView's onTouchListener to onClickListener.
ACTION_DOWN and ACTION_UP are both triggered on click, resulting in duplicate touch calls being handled. Changing over to an onClickListener mitigates this issue
Resolves https://github.com/material-components/material-components-android/issues/2840
Thanks for starting a pull request on Material Components!
Don't forget:
- [x] Identify the component the PR relates to in brackets in the title.
[Buttons] Updated documentation - [x] Link to GitHub issues it solves.
closes #2840 - [x] Sign the CLA bot. You can do this once the pull request is opened.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Please see comments in https://github.com/material-components/material-components-android/issues/2840, closing this for now