mikaoj / BSImagePicker

A multiple image picker for iOS
MIT License
1.34k stars 379 forks source link

Repeatedly tapping on Done button triggers doneButtonPressed multiple times #325

Open alezoffoli opened 3 years ago

alezoffoli commented 3 years ago

I don't know if this is fixable or by design, but after selecting multiple images, tapping on Done button multiple times (spamming the button) triggers doneButtonPressed multiple times as well, and we end up with duplicate images

Selecting 5 images and tapping Done three times before the picker is dismissed will call the completion handler 3 times with 5 images total, it ends up with 15 selected images

Is there a workaround to ensure this won't happen?