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

[TextInputLayout] set the endIconOnClickListener also with endIconMode

Open gabrielemariotti opened this issue 5 years ago • 1 comments
trafficstars

Currently the endIconMode overrides the endIconOnClickListener. With this change it is possible to add an endIconOnClickListener also when the endIconMode is set.
The listener is called after the onClickListener defined in the EndIconDelegate.

It can close #919 and #1272

gabrielemariotti avatar Aug 06 '20 22:08 gabrielemariotti