Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix/ios-multiple-image-selection-concurrency] Resolve Concurrency Issue in iOS Multiple Image Picker #13

Merged
merged 1 commit into from
Dec 10, 2023

Conversation

onseok
Copy link
Owner

@onseok onseok commented Dec 10, 2023

Changes

  • Refactored the picker function within rememberImagePickerLauncher to ensure synchronized handling of multiple image data loading. This change guarantees that all selected images are processed and loaded correctly.
  • Made necessary adjustments to ensure that the onResult callback provides a complete and accurate list of the selected byteArrays after all images are fully loaded.

close #12

@onseok onseok merged commit 07b03c4 into main Dec 10, 2023
1 check passed
@onseok onseok deleted the fix/ios-multiple-image-selection-concurrency branch December 10, 2023 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Concurrency Issue with Multiple Image Selection in iOS
1 participant