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

Should not use closeSilently() on ZipFile. #244

Merged
merged 1 commit into from
Jan 15, 2016
Merged

Should not use closeSilently() on ZipFile. #244

merged 1 commit into from
Jan 15, 2016

Conversation

shifujun
Copy link
Contributor

Because ZipFile DO NOT implement Closeable when API < 19.Otherwise, app will crash!! http://bugs.java.com/view_bug.do?bug_id=6389768

@shifujun
Copy link
Contributor Author

java.lang.IncompatibleClassChangeError
interface not implemented
pl.droidsonroids.gif.ReLinker.void closeSilently(java.io.Closeable)(Unknown Source)

crashed 174 times in 6 hours.

koral-- added a commit that referenced this pull request Jan 15, 2016
Should not use closeSilently() on ZipFile.
@koral-- koral-- merged commit 1c92941 into koral--:master Jan 15, 2016
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

Successfully merging this pull request may close these issues.

2 participants