You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AndroidRuntime: FATAL EXCEPTION: main
java.lang.ClassCastException: com.chanven.cptr.demo.SwipeListViewActivity$ListViewAdapter cannot be cast to android.widget.HeaderViewListAdapter
at android.widget.ListView.removeFooterView(ListView.java:390)
at com.chanven.lib.cptr.loadmore.ListViewHandler.removeFooter(ListViewHandler.java:58)
at com.chanven.lib.cptr.loadmore.SwipeRefreshHelper.setLoadMoreEnable(SwipeRefreshHelper.java:130)
at com.chanven.cptr.demo.SwipeListViewActivity$3$1.run(SwipeListViewActivity.java:95)
at android.os.Handler.handleCallback(Handler.java:730)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5103)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at dalvik.system.NativeStart.main(Native Method)
麻烦大神看看 谢谢啦
The text was updated successfully, but these errors were encountered:
AndroidRuntime: FATAL EXCEPTION: main
java.lang.ClassCastException: com.chanven.cptr.demo.SwipeListViewActivity$ListViewAdapter cannot be cast to android.widget.HeaderViewListAdapter
at android.widget.ListView.removeFooterView(ListView.java:390)
at com.chanven.lib.cptr.loadmore.ListViewHandler.removeFooter(ListViewHandler.java:58)
at com.chanven.lib.cptr.loadmore.SwipeRefreshHelper.setLoadMoreEnable(SwipeRefreshHelper.java:130)
at com.chanven.cptr.demo.SwipeListViewActivity$3$1.run(SwipeListViewActivity.java:95)
at android.os.Handler.handleCallback(Handler.java:730)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5103)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at dalvik.system.NativeStart.main(Native Method)
麻烦大神看看 谢谢啦
The text was updated successfully, but these errors were encountered: