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

Pass processIdentifier when checking cache in ImagePrefetcher #590

Merged
merged 2 commits into from
Feb 10, 2017

Conversation

Killectro
Copy link
Contributor

Without this parameter, ImagePrefetcher will have a cache miss whenever a user passes any ImageProcessor other than DefaultImageProcessor, regardless of whether that image has already been downloaded

Fixes #589.

This should be fairly easy to write a unit test for, but I couldn't get the tests to work because there was a bunch of missing assets in the Copy Bundle Resources.

Without this parameter, ImagePrefetcher will have a cache miss whenever a user passes any ImageProcessor other than DefaultImageProcessor, regardless of whether that image has already been downloaded
@onevcat onevcat merged commit 36ec964 into onevcat:master Feb 10, 2017
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