android TextView setText not working

前端 未结 7 2060
被撕碎了的回忆
被撕碎了的回忆 2021-01-04 02:37

I know there are a lot of similar threads but I\'ve gone through them and still can\'t figure out the problem. My program reaches the Handler but it always returns the catc

7条回答
  •  [愿得一人]
    2021-01-04 03:03

    In my case, I found there are a TextWatcher and a Filter linked to my Textview, which both contain a logic that prevents the updating of my Textview value.
    So additionally to other solutions, you can check if your Textview is linked to any TextWatcher or Filter and then trace it.

提交回复
热议问题