jdsjlzx / LRecyclerView

RecyclerView下拉刷新,自动加载更多;仿IOS侧滑Item删除菜单(盼望大家扩展更多功能)
http://blog.csdn.net/jdsjlzx/article/details/51794220
Apache License 2.0
2.47k stars 600 forks source link

refreshComplete()方法报空指针异常 #312

Closed caoxingyu closed 5 years ago

caoxingyu commented 5 years ago

java.lang.NullPointerException: Attempt to invoke virtual method 'void com.github.jdsjlzx.recyclerview.LRecyclerView.refreshComplete(int)' on a null object reference

jdsjlzx commented 5 years ago

你好,根据log排查,是否初始化adapter不对!