Skip to content

I find there's a problem in the FirstExampleFragment class  #1

Description

@zondaOf2012
 private void refreshTheList() {
    getApps().toSortedList().subscribe ... ...
 }

should change to

 private void refreshTheList() {
    getApps().toSortedList().subscribeOn(Schedulers.io())
        .observeOn(AndroidSchedulers.mainThread()).subscribe ... ...
 }

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