kaushikgopal / RxJava-Android-Samples

Learning RxJava for Android by example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seems an error in PseudoCacheConcatFragment

muximus3 opened this issue · comments

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

fixed with #69