Kingfisher icon indicating copy to clipboard operation
Kingfisher copied to clipboard

UsesHashedFileNameWithAutoExtAndProcessor does not retrieve the correct file extension.

Open freezy7 opened this issue 1 year ago • 0 comments

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.

freezy7 avatar May 16 '24 07:05 freezy7