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

remove asynchronous call to fetch local depictedItems #5792

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

rohit9625
Copy link
Contributor

@rohit9625 rohit9625 commented Aug 27, 2024

Description (required)

Fixes #5791

What changes did you make and why?

I have to convert the non-blocking method getRecentDepictedItems() into a blocking one. Because it would require additional code to manage it asynchronously. However, it worked fine and could be improved in the future when migrating to Coroutines.

Tests performed (required)

Tested ProdDebug on Samsung A14 with API level 34.

Screenshots (for UI changes only)

None

Copy link
Member

@nicolas-raoul nicolas-raoul left a comment

Choose a reason for hiding this comment

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

That fixes the problem, thanks a lot for the fast resolution! :-)

@nicolas-raoul nicolas-raoul merged commit ec4a6bc into commons-app:main Aug 27, 2024
1 check failed
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.

Previously used depictions not shown in upload wizard
2 participants