You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found out that, on multiple selection mode, the function func fusumaMultipleImageSelected(_ images: [UIImage], source: FusumaMode) sometimes returns all the images selected and sometimes returns only the last ones selected.
Example: I access FusumaViewController, select 3 images and click the checkmark button. Then I open FusumaViewController again. The 3 images I had selected previously are shown as selected. If I select one more image and press the checkmark button, sometimes the mentioned function will return me all the 4 images and sometimes only the image I've selected on the last access.
The text was updated successfully, but these errors were encountered:
Hi,
I found out that, on multiple selection mode, the function func fusumaMultipleImageSelected(_ images: [UIImage], source: FusumaMode) sometimes returns all the images selected and sometimes returns only the last ones selected.
Example: I access FusumaViewController, select 3 images and click the checkmark button. Then I open FusumaViewController again. The 3 images I had selected previously are shown as selected. If I select one more image and press the checkmark button, sometimes the mentioned function will return me all the 4 images and sometimes only the image I've selected on the last access.
The text was updated successfully, but these errors were encountered: