mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
13 lines
1011 B
Diff
13 lines
1011 B
Diff
|
|
diff --git a/node_modules/react-native-image-crop-picker/android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerModule.java b/node_modules/react-native-image-crop-picker/android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerModule.java
|
||
|
|
index 5de0845..1b158d8 100644
|
||
|
|
--- a/node_modules/react-native-image-crop-picker/android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerModule.java
|
||
|
|
+++ b/node_modules/react-native-image-crop-picker/android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerModule.java
|
||
|
|
@@ -692,6 +692,7 @@ class PickerModule extends ReactContextBaseJavaModule implements ActivityEventLi
|
||
|
|
image.putString("mime", options.outMimeType);
|
||
|
|
image.putInt("size", (int) new File(compressedImagePath).length());
|
||
|
|
image.putString("modificationDate", String.valueOf(modificationDate));
|
||
|
|
+ image.putString("sourceURL", path);
|
||
|
|
|
||
|
|
if (includeBase64) {
|
||
|
|
image.putString("data", getBase64StringFromFile(compressedImagePath));
|