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

Android: Use custom image loader for game covers #12188

Merged
merged 1 commit into from Sep 22, 2023

Conversation

t895
Copy link
Contributor

@t895 t895 commented Sep 20, 2023

This fixes a bug where custom cover loading was initiated but would finish by the time another image view would be in the place of the previous one.

Turns out before I didn't really understand how to use coil for async loads properly. This should feed it everything it needs.

This fixes a bug where custom cover loading was initiated but would finish by the time another image view would be in the place of the previous one.
@JosJuice
Copy link
Member

If a user adds a game to Dolphin and Dolphin fetches a cover over the network, and then the user adds a custom cover, will Dolphin pick up on the custom cover without the user having to manually clear the cache?

@t895
Copy link
Contributor Author

t895 commented Sep 20, 2023

I just tested to be sure - You won't have to clear the cache, Only the activity/fragment needs to be recreated like before.

@JosJuice JosJuice merged commit 853d93d into dolphin-emu:master Sep 22, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants