Skip to content

Commit e6fade5

Browse files
committed
fix(chrome-downloads): added missing parameter
1 parent 33bed40 commit e6fade5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/imagepicker.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class UriHelper {
5151
else {
5252
// MediaStore (and general)
5353
if ("content" === uri.getScheme()) {
54-
return UriHelper.getDataColumn(uri, null, null);
54+
return UriHelper.getDataColumn(uri, null, null, false);
5555
}
5656
// FILE
5757
else if ("file" === uri.getScheme()) {

0 commit comments

Comments
 (0)