Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: selection of images more than count not fixed #2

Closed
Anu07 opened this issue Feb 21, 2017 · 4 comments
Closed

Bug: selection of images more than count not fixed #2

Anu07 opened this issue Feb 21, 2017 · 4 comments

Comments

@Anu07
Copy link

Anu07 commented Feb 21, 2017

Hello

If I have set max count as 5.If I select 4 images from gallery and add 2 more images from camera or again the gallery.It will allow selection which is wrong.Kindly help.

@vansikrishna
Copy link
Owner

@Anu07 Thanks for the input. Its fixed in new version 1.0.3. Plz update

@Anu07
Copy link
Author

Anu07 commented Feb 22, 2017

Sorry,But I am using the latest one.Still facing the issue.I have selected 4 images from gallery and displayed.Then again I selected new images from gallery(it should allow only 1 image to be selected firstly).But it will allow me to select 5 images again.which is incorrect.

@Anu07 Anu07 changed the title Bug: selection of images more than count Bug: selection of images more than count not fixed Feb 22, 2017
@vansikrishna
Copy link
Owner

vansikrishna commented Feb 22, 2017

@Anu07 While creating the intent for GalleryActivity, if you are passing the picker limit as 5, it will not allow more than that. First time you selected 4 and displayed them. Second time you are using the same intent (which has the limit set as 5) so it will allow you to pick 5 again. May be you should dynamically control the limit while passing them in the intent.

@vansikrishna vansikrishna reopened this Feb 22, 2017
@Anu07
Copy link
Author

Anu07 commented Feb 22, 2017

Yes it was the same thing I was pointing.Anyways thanks for suggestion I'll definitely try.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants