RxWorkManagerObservers icon indicating copy to clipboard operation
RxWorkManagerObservers copied to clipboard

Cannot subscribe to LiveData on the background thread

Open qbait opened this issue 4 years ago • 0 comments

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())

qbait avatar Apr 21 '20 10:04 qbait