tilltue / TLPhotoPicker

📷 multiple phassets picker for iOS lib. like a facebook
MIT License
1.88k stars 332 forks source link

Can't select photo when making limited photo access non-empty (after an initially empty selection) #308

Open Johnson145 opened 3 years ago

Johnson145 commented 3 years ago

When performing the following steps, the photo picker does not show any images, although it should:

Looks like the PHPhotoLibraryChangeObserver isn't handled in this particular situation (it does work for other selection changes though).

Closing the image picker and re-opening it does yield in a correct UI.