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
{{ message }}
This repository was archived by the owner on Jun 9, 2020. It is now read-only.
why my listview's group_item have shape , I want to hide it, I know have the public api setShadowVisible(boolean ) , but it just control the item's shape not the group's shape,you can help me ?
I tried to filter the adapter for result.
When I scroll the list view, the ensureShadowForPosition method crash with null pointer exception as the nextSectionView is null.
I am using custom BaseAdapter with SectionIndexer and fastscroll.
My data set is an ArrayList with an object.
The object comes with listPosition and sectionPosition.
Any further information need for this issue?
The text was updated successfully, but these errors were encountered: