hehonghui / AndroidEventBus

A lightweight eventbus library for android, simplifies communication between Activities, Fragments, Threads, Services, etc.
Apache License 2.0
1.61k stars 392 forks source link

接收到数据后,界面无法更新 #41

Closed micki-zhou closed 8 years ago

micki-zhou commented 8 years ago

接收数据正常,然后我testView.setText(obj.getName);界面无法更新,我打印textView.getText().toString;都是新的数据,但是界面没有更新。