Redgram / redgram-for-reddit

An Open-Sourced Android Reddit Client
GNU General Public License v3.0
102 stars 19 forks source link

unHide on LinksView throws NetworkOnMainThreadException #32

Closed mhdatie closed 7 years ago

mhdatie commented 8 years ago

It seems when the refactoring for Retrofit 2 happened, .subscribeOn(Schedulers.io()) was missed which caused the network call to execute on the main thread.