-
Notifications
You must be signed in to change notification settings - Fork 313
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
Explicit termination method 'end' not called on Android #127
Comments
Can you share your code and the circumstance in which the application was terminated? Was the application abruptly terminated or did the application run was complete, in other words, was the application force terminated or did zip4j complete its task before the application stopped? |
I think I found the issue. I made a fix for it. Fix is not in master but in the inflater-end branch. I just did a SNAPSHOT release with version |
Good, the error is gone with version 2.3.1-SNAPSHOT. Thanks man! |
Thanks for the confirmation. I will include the fix in the next release. |
Fixed in v2.3.1 released today. |
Similar to #3 and #17
It looks like
inflater.end()
not called inInflaterInputStream
.The text was updated successfully, but these errors were encountered: