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

fix for issue 10 #11

Closed
wants to merge 1 commit into from
Closed

fix for issue 10 #11

wants to merge 1 commit into from

Conversation

moagrius
Copy link

I had some issues building, so you probably want to verify this works and doesn't create any unintended consequences, but it was such a small change I figured it was worthwhile to PR.

HTH

@moagrius moagrius mentioned this pull request Jul 28, 2018
@kittinunf
Copy link
Owner

Thanks for adding this.

@@ -16,5 +16,7 @@ class MemCache {

fun remove(key: Any): Boolean = cache.remove(key) != null

override fun sizeOf(key: String, value: Bitmap): Int = value.byteCount / 1024
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need an import statement as well. Have you try to build this?

@kittinunf
Copy link
Owner

Let me close this and start with clean slate ...

@kittinunf kittinunf closed this Oct 28, 2019
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