Skip to content

Commit

Permalink
Merge pull request prscX#22 from mathieumg/patch-1
Browse files Browse the repository at this point in the history
Now using standard request code for `PHOTO_EDITOR_REQUEST`
  • Loading branch information
prscX committed Oct 26, 2018
2 parents 2e1c730 + 808ca07 commit 09522d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

public class RNPhotoEditorModule extends ReactContextBaseJavaModule {

private static final int PHOTO_EDITOR_REQUEST = 1539266202;
private static final int PHOTO_EDITOR_REQUEST = 1;
private static final String E_PHOTO_EDITOR_CANCELLED = "E_PHOTO_EDITOR_CANCELLED";


Expand Down

0 comments on commit 09522d4

Please sign in to comment.