PaulinaSadowska / RxWorkManagerObservers

GNU General Public License v3.0
109 stars 9 forks source link

Cannot subscribe to LiveData on the background thread #4

Open qbait opened 4 years ago

qbait commented 4 years ago

Hey Paulina, I like your lib, well done! :) I'm getting com.paulinasadowska.rxworkmanagerobservers.exceptions.LiveDataSubscribedOnWrongThreadException: cannot subscribe to LiveData on the background thread.

I've tried adding to my subscription, but without success.

            .subscribeOn(AndroidSchedulers.mainThread())
            .observeOn(AndroidSchedulers.mainThread())