-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
registerForActivityResult not called when multiple setMultipleAllowed is true #80
Comments
Could you please attach a sample project in Java, to reproduce the issue? |
Same here. The whole |
@cson2701 Could you please attach a sample project in Java, to reproduce the issue? |
how to get ActivityResult if we use setMultipleAllowed(true) in JAVA please explain |
@91coders Could you please attach a sample project in Java, to reproduce the issue? |
Hello |
ImagePicker.with(requireActivity())
|
When I select multiple images and press SELECT in the photo picker, nothing happens. My breakpoint in " if(result.getResultCode()==RESULT_OK){" is not being hit.
The text was updated successfully, but these errors were encountered: