Skip to content

Cannot subscribe to LiveData on the background thread #4

@qbait

Description

@qbait

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions