i have a custom editText
, with TextWatcher
.
I have to formate user input after text changed.
Every think works fine, but in case of space the method afterTextChanged
was called multiples.
FYI : I use android:inputType="textNoSuggestions"
but still called multiples.