ImageSelector icon indicating copy to clipboard operation
ImageSelector copied to clipboard

bug in ImageSelectorAcitivity

Open caoyanglee opened this issue 9 years ago • 2 comments

It will crash at ImageSlelectorActivity when my phone without Pics.

caoyanglee avatar Aug 19 '16 08:08 caoyanglee

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

Nicrob64 avatar Nov 08 '16 23:11 Nicrob64

@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.

mmz211 avatar Sep 11 '17 05:09 mmz211