-
Notifications
You must be signed in to change notification settings - Fork 29
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
Thread watcher thumbnails getting copied #1348
Comments
I can confirm this bug. |
This only happens to me in catalog and only when scrolling down after a while. So the threads are loaded at refresh, and images when you're scrolling to them. What if a thread gets removed or it everything shifts towards page 10, but the threads don't get the same refresh. |
I think that main thread runnables were still queued up despite the call being cancelled, so this should hopefully fix it? at least it seems to have from my looking
Workaround: Disable embedding. Seems that my understanding of how to coordinate PostAdapter and async updates from EmbeddingEngine is incorrect and is probably causing the issues of duplicate/incorrect/invisible images. If someone more knowledgeable on this stuff than me could help that would be appreciated. |
A thumbnail from one thread can apply to others added later
Example:
Tested on v4.13.6-c832bc44 on a Samsung Note 10 Plus
The text was updated successfully, but these errors were encountered: