mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 13:17:43 +02:00
correction: don't clear resource table if it was already loaded
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user