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

UsesHashedFileNameWithAutoExtAndProcessor does not retrieve the correct file extension. #2250

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

freezy7
Copy link

@freezy7 freezy7 commented May 16, 2024

Hello, I found when use autoExtAfterHashedFileName = true, the original method var ext: String? of finding the last "." to determine the extension is not effective because the field after the "@" symbol may contain a "com.onevcat.Kingfisher.xxx" and even include decimal points.

hope this PR is helpful.

@onevcat onevcat changed the base branch from master to v8 June 2, 2024 14:19
@onevcat onevcat changed the base branch from v8 to master June 2, 2024 14:19
@onevcat onevcat mentioned this pull request Jun 9, 2024
@onevcat onevcat merged commit 456c0cd into onevcat:master Jun 9, 2024
0 of 8 checks passed
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.

None yet

2 participants