Skip to content
This repository was archived by the owner on Aug 3, 2025. It is now read-only.
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

onActivityResult is not called after selection of images #54

@Prakkhar

Description

@Prakkhar

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions