Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IZipCallback的回调问题 #4

Open
liuclub opened this issue Aug 7, 2019 · 4 comments
Open

IZipCallback的回调问题 #4

liuclub opened this issue Aug 7, 2019 · 4 comments

Comments

@liuclub
Copy link

liuclub commented Aug 7, 2019

大哥,你是认真的吗?除了第一次设置,调用过,其它时候没有调用过

@liuclub
Copy link
Author

liuclub commented Aug 7, 2019

虽然zip4j一般到99就卡住了,好歹也算执行了……

@fengyuyu
Copy link

在文件Unzip.java,函数extractAll 63L下增加
progressMonitor.setResult(ProgressMonitor.RESULT_WORKING);
不然直接就走到成功回调了

@skqszy123
Copy link

在文件Unzip.java,函数extractAll 63L下增加
progressMonitor.setResult(ProgressMonitor.RESULT_WORKING);
不然直接就走到成功回调了

确实

@yobdms
Copy link

yobdms commented Dec 16, 2022

在文件Unzip.java,函数extractAll 63L下增加 progressMonitor.setResult(ProgressMonitor.RESULT_WORKING); 不然直接就走到成功回调了

这个也有问题。。进度会卡在100,然后卡很久才提示解压成功。。很显然内部还在执行解压,进度100了。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants