Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

bindView does not work perfectly with fragment withing viewpager  #79

@MuBoori

Description

@MuBoori

I've viewpager with 5 fragments one of the fragment has recyclerView
private val recyclerView : RecyclerView by bindView(R.id.list)

It works find once it first appears but one I move to other fragment and return to the fragment that has list, the list does not appear and I get
recyclerview No adapter attached; skipping layout
I switch to regular view.findViewById(). the issue has been resolve.

it looks bindView does not bind to fragment's view or something

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