Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Doesnt getting result onActivityResult #240

Open
MaheshEx1990 opened this issue Jul 27, 2016 · 1 comment
Open

Doesnt getting result onActivityResult #240

MaheshEx1990 opened this issue Jul 27, 2016 · 1 comment

Comments

@MaheshEx1990
Copy link

Hi

CropImageActivity open from Fragment but not getting result on Fragment OnresultActivity.

@aavalosmt
Copy link

Hi

I made it work this way:

Crop.of(cropInputUri, cropOutputUri).asSquare().start(getContext(), Fragment.this, Crop.REQUEST_CROP);

If you're overriding onActivityResult on the activity your Fragment is attached to make sure to call the super method.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants