jdsjlzx / LRecyclerView

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

自定义LoadingFooter,在无网络情况下,上拉加载崩溃,官方Demo也崩溃 #321

Open leileiChenGentleman opened 5 years ago

leileiChenGentleman commented 5 years ago

报错: java.lang.ClassCastException: com.lzx.demo.view.CustLoadingFooter cannot be cast to com.github.jdsjlzx.view.LoadingFooter at com.github.jdsjlzx.recyclerview.LRecyclerView.setOnNetWorkErrorListener(LRecyclerView.java:570) at com.lzx.demo.ui.CustomLoadingFootActivity$1.handleMessage(CustomLoadingFootActivity.java:89) at com.github.jdsjlzx.util.WeakHandler$ExecHandler.handleMessage(WeakHandler.java:472) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6670) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:821)

image

jdsjlzx commented 5 years ago

感谢反馈!