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 has been archived by the owner on Jun 9, 2020. It is now read-only.
The text was updated successfully, but these errors were encountered:
farmazon3000
changed the title
Wrong View is passed to Adapter's getView when View Type Count is 3
Wrong View is passed to Adapter's getView when setShadowVisible is false
Jul 8, 2015
farmazon3000
changed the title
Wrong View is passed to Adapter's getView when setShadowVisible is false
Wrong View is passed to Adapter's getView if there are 2 pinned View types
Jul 8, 2015
Any info about this one. Integrating this lib in a cursor adapter is fairly simple, but this issue is really annoying, and I can not get to the bottom of it.
Just a note, I am using it in a CursorAdapter class
...CursorAdapter implements SectionIndexer, PinnedSectionListView.PinnedSectionListAdapter
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From time to time I'm getting wrong View as convertView in getView
I have 3 View types set: 2 of them are pinned SECTION_1 and SECTION_2 and 1 is ITEM
The Views for SECTION_1 and SECTION_2 are mixed up from time to time
The text was updated successfully, but these errors were encountered: