huxq17 / XRefreshView

一个万能的android下拉上拉刷新的框架,完美支持recyclerview
1.7k stars 501 forks source link

xRefreshView.setLoadComplete(false)抛异常 #47

Closed ganzhubing closed 7 years ago

ganzhubing commented 7 years ago

java.lang.RuntimeException: Recylerview的adapter请继承 BaseRecyclerAdapter

不知道什么情况?

ganzhubing commented 7 years ago

Adapter已经继承BaseRecyclerAdapter了,是参考demo写的

huxq17 commented 7 years ago

给个有问题的demo看看。

ganzhubing commented 7 years ago

找到原因了,在调用这个方法的时候还没setAdapter