Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Content adapter has changed but ListView... #35

Closed
IncorporateApps opened this issue Jan 15, 2014 · 1 comment
Closed

Content adapter has changed but ListView... #35

IncorporateApps opened this issue Jan 15, 2014 · 1 comment

Comments

@IncorporateApps
Copy link

This is the typical notifyDataSetChanged issue, however it works with a simple adapter, but not with the PinnedSectionList Library.
The Adapter is an ArrayAdapter
The error is being thrown at onLayout in the Library in the super call.

We are updating the dataset Items (Arraylist) from a thread and calling the main thread with notifyDataSetChanged once done. But occasionally it will FC.

@sergejsha
Copy link
Owner

fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants