material-components-android
material-components-android copied to clipboard
[TextInputLayout] set the endIconOnClickListener also with endIconMode
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