jaydeepw / poly-picker

Android library project for providing multiple image selection from the device.
406 stars 114 forks source link

If user is selecting only single images, just return. #20

Open jaydeepw opened 9 years ago

jaydeepw commented 9 years ago

If the user has set the LIMIT = 1, just return it without allowing anymore multiple selection. If the user sets the LIMIT = 0, throw an exception.

MarsVard commented 9 years ago

+1 it's weird to show the strip at the bottom is there is only one image to be selected.