Skip to content

Commit fe61e0b

Browse files
author
Samuel Navas
committed
change type of docId to Long
1 parent 053483e commit fe61e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/RNFetchBlob/Utils/PathResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ else if (isDownloadsDocument(uri)) {
4747
return path;
4848
}
4949

50-
String docId = null;
50+
Long docId = null;
5151
//Since Android 10, uri can start with msf scheme like "msf:12345"
5252
if (id != null && id.startsWith("msf:")) {
5353
final String[] split = id.split(":");

0 commit comments

Comments
 (0)