Skip to content

Commit 564b6ea

Browse files
hengkxplrthink
authored andcommitted
fix android #214
1 parent 66778d5 commit 564b6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/rnziparchive/RNZipArchiveModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,8 @@ public void run() {
452452
}
453453

454454
updateProgress(1, 1, destFile); // force 100%
455-
promise.resolve(destFile);
456455
}
456+
promise.resolve(destFile);
457457
} catch (Exception ex) {
458458
promise.reject(null, ex.getMessage());
459459
return;

0 commit comments

Comments
 (0)