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 off-screen row updates in the Library #2146

Merged
merged 5 commits into from
Oct 9, 2024
Merged

Conversation

halgari
Copy link
Collaborator

@halgari halgari commented Oct 8, 2024

The install/installed status of a row is dependent on the number of connect loadout items. ObserveCountChanged() does not notify of the current count on a subscription (by default). So when a row was re-activated the installed status of the row defaulted to the status when it was last seen on screen, and would only update if the status changed again in the future. This PR adds notifyCurrentCount:true to these invocations to fix this problem.

Also updates GetCreatedAt so it no longer crashes Rx chains during deletion of entities.

fixes: #2141 and #2140

@halgari halgari requested a review from a team October 8, 2024 18:15
@erri120 erri120 self-requested a review October 8, 2024 18:16
halgari and others added 3 commits October 9, 2024 07:24
…del.cs

Co-authored-by: erri120 <erri120@fossmailer.de>
Co-authored-by: erri120 <erri120@fossmailer.de>
@halgari halgari requested a review from erri120 October 9, 2024 13:25
@halgari halgari merged commit dd073db into main Oct 9, 2024
12 checks passed
@halgari halgari deleted the fix-bulk-ui-oddities branch October 9, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

After Mass install, Library View does not update all installed entry statuses
2 participants