MultiPhotoPicker icon indicating copy to clipboard operation
MultiPhotoPicker copied to clipboard

How to stop "Please select at least 3 images"?

Open jitblue opened this issue 6 years ago • 1 comments

I want to remove the validation of "Please select at least 3 images". How Can I do it?

jitblue avatar May 02 '18 13:05 jitblue

you set KEY_LIMIT_MIN_IMAGE = 3 change to mIntent.putExtra(PickImageActivity.KEY_LIMIT_MIN_IMAGE, 1);

Mozakar avatar Mar 23 '19 11:03 Mozakar