Hello! 👋🏻
I've noticed that the photos are not preselected after implementing the "drag to select" feature.
Also if you select some photos in a first opened album and then switch to some another album, already selected items are not preselected too.
Here is my fix to solve the problem #79 .
Steps to reproduce the first bug:
Open AssetsPickerViewController
Launch example "Set Selected Assets Before Present"
Click "Pick" and select 2 photos
Click "Pick" again
Expected result:
Selected photos from step 3 selected and having checkmarks
Actual Result:
The photos are not preselected
Steps to reproduce the second bug:
Open AssetsPickerViewController
Launch any example
Click "Pick" and select some photos in a first opened album
Change album to the another that contains the same photos
Expected result:
Selected photos from step 3 selected and having checkmarks
Actual Result:
The photos are not preselected
Hello! 👋🏻 I've noticed that the photos are not preselected after implementing the "drag to select" feature. Also if you select some photos in a first opened album and then switch to some another album, already selected items are not preselected too. Here is my fix to solve the problem #79 .
Steps to reproduce the first bug:
Expected result: Selected photos from step 3 selected and having checkmarks Actual Result: The photos are not preselected
Steps to reproduce the second bug:
Expected result: Selected photos from step 3 selected and having checkmarks Actual Result: The photos are not preselected
Thx 😊