mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-09 10:36:46 +01:00
cleanup confusing logic - ntop001
This commit is contained in:
parent
259ff5ef01
commit
d5d03fe1e4
@ -102,8 +102,7 @@ public class ApkDecoder {
|
||||
ZipArchiveEntry ze = zef.getEntry("resources.arsc");
|
||||
if (ze != null) {
|
||||
int compression = ze.getMethod();
|
||||
mCompressResources = (compression != ZipEntry.STORED)
|
||||
&& (compression == ZipEntry.DEFLATED);
|
||||
mCompressResources = (compression == ZipEntry.DEFLATED);
|
||||
}
|
||||
zef.close();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user