Skip to content

Commit

Permalink
fix: issue with download percent
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Mar 25, 2022
1 parent f639f77 commit 6829547
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ private Boolean unzip(String source, String dest) {
percent = newPercent;
this.plugin.notifyDownload(calcTotalPercent((int)percent, 75, 90));
}
readedLength += ze.getSize();
readedLength += ze.getCompressedSize();
}
} catch (Exception e) {
Log.i(TAG, "unzip error", e);
Expand Down

0 comments on commit 6829547

Please sign in to comment.