RoundedImageView
RoundedImageView copied to clipboard
Fatal Exception: java.lang.OutOfMemoryError
drawableToBitmap method in RoundedDrawable class is causing an OutOfMemoryError

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,
a try catch of Throwable would solve
I saw it fixed in commit 497a2d46 "Fix for OOM in Rounded Drawable" by author @GauravGangwarZomato in December 2018, please generate a release