It seems like the collection view for this page is refreshing way too often, and performs a hard refresh of the view each time a section updates its contents.
The snapshot code for refreshing should update the existing snapshot instead of building a whole new snapshot each time. This should fix the issue with hard refreshes. Check to see if we can perform animated updates as well?
It seems like the collection view for this page is refreshing way too often, and performs a hard refresh of the view each time a section updates its contents.
The snapshot code for refreshing should update the existing snapshot instead of building a whole new snapshot each time. This should fix the issue with hard refreshes. Check to see if we can perform animated updates as well?