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
No doubt this is a great library. I am very happy to use it in my project but i am noticed that if Fast Scroll is enabled in listview it gives a ClassCastException. Any help?
java.lang.ClassCastException: com.sothree.multiitemrowlistadapter.MultiItemRowListAdapter cannot be cast to android.widget.BaseAdapter at android.widget.FastScroller.getSectionsFromIndexer(FastScroller.java:512)
The text was updated successfully, but these errors were encountered:
No doubt this is a great library. I am very happy to use it in my project but i am noticed that if Fast Scroll is enabled in listview it gives a ClassCastException. Any help?
java.lang.ClassCastException: com.sothree.multiitemrowlistadapter.MultiItemRowListAdapter cannot be cast to android.widget.BaseAdapter at android.widget.FastScroller.getSectionsFromIndexer(FastScroller.java:512)
The text was updated successfully, but these errors were encountered: