jdamcd / android-crop

Android library project for cropping images
4.54k stars 1.07k forks source link

There's a bug here #261

Open xinshengBoy opened 7 years ago

xinshengBoy commented 7 years ago

at handleCrop() method ,You need to judge the Intent's value is not null , otherwise will be NullPointerException

power7714 commented 6 years ago

@zhongzhihuashanghai I've never had any issues with this library returning a NullPointerException. Could you elaborate a little more as to why you would be getting a NullPointerException or what you are doing that would cause that?