Ver código fonte

Update RNFetchBlobFS.java

ihavenoface5 4 anos atrás
pai
commit
2d66cbfc7f
Nenhuma conta vinculada ao e-mail do autor do commit

+ 1
- 1
android/src/main/java/com/RNFetchBlob/RNFetchBlobFS.java Ver arquivo

@@ -416,7 +416,7 @@ class RNFetchBlobFS {
416 416
             File dest = new File(path);
417 417
             File dir = dest.getParentFile();
418 418
 
419
-            if(!dest.)()) {
419
+            if(!dest.exists()) {
420 420
                 if(dir != null && !dir.exists()) {
421 421
                     if (!dir.mkdirs()) {
422 422
                         callback.invoke("ENOTDIR", "Failed to create parent directory of '" + path + "'");