sangcomz / FishBun

:blowfish:FishBun is Image Picker for android.
Apache License 2.0
671 stars 144 forks source link

Do not directly call done on select all #266

Open git-sources opened 2 months ago

git-sources commented 2 months ago

Sometimes users want to select all but then deselect some items or go in other folders and select more. Unfortunately this seems not to be supported yet. Either I have the all done button or not, there is no select all, then continue.

sangcomz commented 2 months ago

Hi, @git-sources Thanks for good suggestion!

I understood that a function that does not immediately change the screen when using the select all function is needed. Is this correct?