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 053483e commit fe61e0bCopy full SHA for fe61e0b
android/src/main/java/com/RNFetchBlob/Utils/PathResolver.java
@@ -47,7 +47,7 @@ else if (isDownloadsDocument(uri)) {
47
return path;
48
}
49
50
- String docId = null;
+ Long docId = null;
51
//Since Android 10, uri can start with msf scheme like "msf:12345"
52
if (id != null && id.startsWith("msf:")) {
53
final String[] split = id.split(":");
0 commit comments