material-components-android icon indicating copy to clipboard operation
material-components-android copied to clipboard

[TextField] Convert autoCompleteTextView's onTouchListener to onClickListener.

Open kelvinwatson opened this issue 3 years ago • 1 comments
trafficstars

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.

kelvinwatson avatar Jul 19 '22 23:07 kelvinwatson

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.

google-cla[bot] avatar Jul 19 '22 23:07 google-cla[bot]

Please see comments in https://github.com/material-components/material-components-android/issues/2840, closing this for now

leticiarossi avatar Aug 30 '22 16:08 leticiarossi