mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-23 10:58:16 +00:00
Merge branch 'master' of github.com:ivpusic/react-native-image-crop-picker
This commit is contained in:
commit
09379f222e
@ -44,8 +44,8 @@ import java.util.concurrent.Callable;
|
|||||||
|
|
||||||
class PickerModule extends ReactContextBaseJavaModule implements ActivityEventListener {
|
class PickerModule extends ReactContextBaseJavaModule implements ActivityEventListener {
|
||||||
|
|
||||||
private static final int IMAGE_PICKER_REQUEST = 1062228920;
|
private static final int IMAGE_PICKER_REQUEST = 61110;
|
||||||
private static final int CAMERA_PICKER_REQUEST = 1062228921;
|
private static final int CAMERA_PICKER_REQUEST = 61111;
|
||||||
private static final String E_ACTIVITY_DOES_NOT_EXIST = "E_ACTIVITY_DOES_NOT_EXIST";
|
private static final String E_ACTIVITY_DOES_NOT_EXIST = "E_ACTIVITY_DOES_NOT_EXIST";
|
||||||
|
|
||||||
private static final String E_PICKER_CANCELLED_KEY = "E_PICKER_CANCELLED";
|
private static final String E_PICKER_CANCELLED_KEY = "E_PICKER_CANCELLED";
|
||||||
@ -579,4 +579,4 @@ class PickerModule extends ReactContextBaseJavaModule implements ActivityEventLi
|
|||||||
|
|
||||||
return image;
|
return image;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user