Michael Rozumyanskiy
Michael Rozumyanskiy
The second one which I expected to work properly. OK, let's keep this issue open and I'll think what I can do with it.
Hi Marek, Thank you so much for these guidelines. I'll add it to README.md if you don't mind. And I'd still like to implement caching because there're other scenarios when...
The issue should be fixed in 8.12.53.
The issue might be related to #36 and hopefully should be fixed now.
@cmicat `WeakHashMap` will hold a strong reference to `MutableCollection`, which is another `WeakHashMap`. So no, nothing will prevent an `Activity` from being GCed. But the original patch is one and...
`getOrPut` existed in Kotlin for ages and still presents in stdlib.
Seems this patch causes memory leaks so it shouldn't be merged. I'll try to find a better solution.
The memory leak is fixed now. @JakeWharton, can you merge these commits please?
Anybody alive here?
@JakeWharton, could you please merge my pull request that fixes this issue?