vinc3m1 / RoundedImageView

A fast ImageView that supports rounded corners, ovals, and circles.
Other
6.44k stars 1.25k forks source link

Fix for OOM in Rounded Drawable #223

Closed GauravGangwarZomato closed 5 years ago

GauravGangwarZomato commented 5 years ago

OutOfMemoryError is a subclass of Error which is a Throwable but not an Exception hence it is not caught in the Try Catch block.