gdavis / Mimir-Feedback

The place to report bugs and suggest improvements for the podcast app Mimir
https://mimirpodcasts.app
9 stars 0 forks source link

[Bug][macOS] The recommendations page flashes when reloading sections after returning from a detail view #85

Closed gdavis closed 2 years ago

gdavis commented 2 years ago

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?