We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ae00b commit e5711bcCopy full SHA for e5711bc
android/src/main/java/com/syanpicker/RNSyanImagePickerModule.java
@@ -357,9 +357,7 @@ private void onGetVideoResult(Intent data) {
357
WritableMap videoMap = new WritableNativeMap();
358
359
Boolean isAndroidQ = SdkVersionUtils.checkedAndroid_Q();
360
- String filePath = isAndroidQ ? media.getAndroidQToPath() : media.getPath();
361
Boolean isAndroidR = SdkVersionUtils.checkedAndroid_R();
362
-
363
String filePath = media.getPath();
364
if (isAndroidQ){
365
filePath = media.getAndroidQToPath();
0 commit comments