Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

step 3 item 5 showBooksInUi() should have one parameter #22

@OrenBochman

Description

@OrenBochman

showBooksInUi(books, mBooksTextView);
should be

showBooksInUi(books);
as mBooksTextView is a class var and it is initialised before subscribeUiBooks() is called onCreate()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions