kaushikgopal / RxJava-Android-Samples

Learning RxJava for Android by example
Apache License 2.0
7.55k stars 1.37k forks source link

Seems an error in PseudoCacheConcatFragment #52

Closed muximus3 closed 8 years ago

muximus3 commented 8 years ago

missing "subscribeOn(Schedulers.io())" , leads a "Network on Mainthread Exception"

kaushikgopal commented 8 years ago

fixed with #69