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

[RAPPS] Fix refresh not working correctly #6864

Merged
merged 1 commit into from May 10, 2024

Conversation

TAN-Gaming
Copy link
Contributor

@TAN-Gaming TAN-Gaming commented May 9, 2024

Purpose

Fix refresh not working correctly after commit 33c2903e

Before:
ReactOS-Before.webm

After:
ReactOS-After.webm

Jira issue: Related to CORE-18459

@TAN-Gaming TAN-Gaming added the bugfix For bugfix PRs. label May 9, 2024
@binarymaster

This comment was marked as resolved.

Copy link
Member

@binarymaster binarymaster left a comment

Choose a reason for hiding this comment

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

See my comment above, otherwise LGTM.

@whindsaks
Copy link
Contributor

whindsaks commented May 9, 2024

Is this not the same as my PR here? Only does the reload for the Installed items, not everything.

JoachimHenze referenced this pull request May 10, 2024
Previously, there would be function duplication between installed and available applications.
Now this is handled with polymorphism, which allows to re-use a lot of code.
Additionally, toolbar buttons are properly disabled now.
The mutex used to guard rapps' single instance is renamed,
so that the 'new' and old rapps can be run at the same time for testing.

CORE-18459
@TAN-Gaming TAN-Gaming merged commit 750bf12 into reactos:master May 10, 2024
38 checks passed
@TAN-Gaming TAN-Gaming deleted the rapps-refresh-fix branch May 10, 2024 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix For bugfix PRs.
Projects
None yet
4 participants