henryblue / TvRecyclerView

A custom RecyclerView for Android TV end
Apache License 2.0
7 stars 4 forks source link

why #5

Closed guojiadui closed 7 years ago

guojiadui commented 7 years ago

qq 20170906143813

henryblue commented 7 years ago

The reason for this problem is call getAdapter().getItemCount() in onLayout, the getAdapter maybe null, so i will fix this issue in next version. you can try to setAdapter after create TvRecyclerView.

henryblue commented 7 years ago

you can use 1.0.6 version