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

onActivityResult is not called after selection of images #54

Open
Prakkhar opened this issue Mar 15, 2018 · 0 comments
Open

onActivityResult is not called after selection of images #54

Prakkhar opened this issue Mar 15, 2018 · 0 comments

Comments

@Prakkhar
Copy link

Prakkhar commented Mar 15, 2018

Yesterday it was working fine but today when I check then onActivityResult is not called.
I'm using this on fragment.
Here is my code:


 Intent intent = new Intent(getContext(), AlbumSelectActivity.class);
                intent.putExtra(Constants.INTENT_EXTRA_LIMIT, 3);
                getActivity().startActivityForResult(intent, Constants.REQUEST_CODE);
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

No branches or pull requests

1 participant