mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 10:02:55 +01:00
correction: don't clear resource table if it was already loaded
This commit is contained in:
parent
88d3d0038c
commit
1ed1076a84
@ -93,9 +93,6 @@ public class ApkDecoder {
|
||||
|
||||
LOGGER.info("Using Apktool " + Androlib.getVersion() + " on " + mApkFile.getName());
|
||||
|
||||
// recreate the resource table in case it was already created
|
||||
mResTable = null;
|
||||
|
||||
if (hasResources()) {
|
||||
switch (mDecodeResources) {
|
||||
case DECODE_RESOURCES_NONE:
|
||||
|
Loading…
Reference in New Issue
Block a user