ioneday / ImageSelector

Photo picker library for Android. Support single choice、multi-choice、cropping image and preview image.
408 stars 126 forks source link

bug in ImageSelectorAcitivity #11

Open caoyanglee opened 8 years ago

caoyanglee commented 8 years ago

It will crash at ImageSlelectorActivity when my phone without Pics.

Nicrob64 commented 7 years ago

I have fixed this on my fork with this commit: https://github.com/Nicrob64/ImageSelector/commit/22230b89da6f829826ec87b6fe2e901942d19a84

I will see if I can generate a pull request for it when I have some time

mmz211 commented 7 years ago

@Nicrob64 has fixed a problem, when phones without pic will show image selector activity, but if you click the photo list on the bottom left, it would crash too. I add a judgement about the number of photo list. It works till now.