chrisbanes / Android-BitmapCache

Android-BitmapCache is a specialised cache, for use with Android Bitmap objects.
834 stars 224 forks source link

Fix for issue #9 #10

Closed curioustechizen closed 11 years ago

curioustechizen commented 11 years ago

Added logic to transform URL in containsInDiskCache() before checking its availability in disk cache.

chrisbanes commented 11 years ago

This fix doesn't work (you do not use the key variable).

curioustechizen commented 11 years ago

Oops! I really need to stop editing files online using the Github editor, especially while making a pull request.