How to remove all listeners added with addTextChangedListener

前端 未结 11 1561
谎友^
谎友^ 2020-11-27 16:24

I have a ListView where each row has an EditText control. I want to add a TextChangedListener to each row; one that contains extra dat

11条回答
  •  醉梦人生
    2020-11-27 17:01

    Save the current textwatcher in viewholder and you can find the one you want to remove.

提交回复
热议问题