amitshekhariitbhu / RxJava2-Android-Samples

RxJava 2 Android Examples - How to use RxJava 2 in Android
https://outcomeschool.com
Apache License 2.0
4.96k stars 1.06k forks source link

fix CalledFromWrongThreadException in searhActivity #52

Closed essmigel closed 4 years ago

essmigel commented 4 years ago

add runOnUiThread when setting value on textView in a thread pool.