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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: