Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sync issue in ItemRowAdapterHelper #3024

Conversation

nielsvanvelzen
Copy link
Member

Changes

  • Fix sync issue in ItemRowAdapterHelper
    Basically the item row adapter is garbage and my helper failed with an edge case because the code is garbage
  • Add some changes to experimental reactive home to have it reload faster
    Previous fix introduced a new (or actually it now happened more often..) race condition where having two retrievals running for the same row would duplicate items because once again the item row adapter is garbage

Issues

Fixes #3021

@nielsvanvelzen nielsvanvelzen added the bug Something isn't working label Sep 5, 2023
@nielsvanvelzen nielsvanvelzen added this to the v0.16.0 milestone Sep 5, 2023
Copy link
Member

@thornbill thornbill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Embrace the garbage!
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TV Show grid shows duplicate when a show is removed and filtered
2 participants