mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-02 06:54:25 +02: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");
|
ZipArchiveEntry ze = zef.getEntry("resources.arsc");
|
||||||
if (ze != null) {
|
if (ze != null) {
|
||||||
int compression = ze.getMethod();
|
int compression = ze.getMethod();
|
||||||
mCompressResources = (compression != ZipEntry.STORED)
|
mCompressResources = (compression == ZipEntry.DEFLATED);
|
||||||
&& (compression == ZipEntry.DEFLATED);
|
|
||||||
}
|
}
|
||||||
zef.close();
|
zef.close();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user