igreenwood / SimpleCropView

A simple image cropping library for Android.
MIT License
2.48k stars 465 forks source link

Fix NPE in calcScale, resolve #141 #163

Open seyedalireza opened 3 years ago

seyedalireza commented 3 years ago

If getDrawable() returns null, this method will use old values of mImgWidth and mImgHeight.