RoundedImageView icon indicating copy to clipboard operation
RoundedImageView copied to clipboard

Fatal Exception: java.lang.OutOfMemoryError

Open Irineu333 opened this issue 3 years ago • 1 comments

drawableToBitmap method in RoundedDrawable class is causing an OutOfMemoryError image

the error is thrown on the createBitmap method call, which is being handled by a try catch of Exception, but does not inherit from Exception, image image a try catch of Throwable would solve

Irineu333 avatar Feb 24 '22 12:02 Irineu333

I saw it fixed in commit 497a2d46 "Fix for OOM in Rounded Drawable" by author @GauravGangwarZomato in December 2018, please generate a release

Irineu333 avatar Feb 24 '22 17:02 Irineu333