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 stuck background colors on threads whose views were previously locked. #727

Merged
merged 1 commit into from
Jun 8, 2021
Merged

Conversation

kahays
Copy link
Contributor

@kahays kahays commented Jun 4, 2021

Should resolve issue #665. As @Sereri noted on the forums,

[...] the code was brought over from the old listview to the recyclerview. Where this would not have a problem in the former, the reuse of the viewholders leads to the threads keeping their colored stated even when reused.

Old code was likely meant to differentiate locked threads by using different background colors, but wasn't totally implemented. Now the lock icon should be enough :)

@Sereri Sereri merged commit 5950ba3 into Awful:develop Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants