mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-05 08:14:26 +02:00
ResXmlSerializer: remove adding "+" to id references.
This commit is contained in:
parent
510c19c78a
commit
f65ded9c7c
@ -68,10 +68,6 @@ public class ResXmlSerializer extends MXSerializer {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if ("id".equals(name) && value.startsWith("@id")) {
|
|
||||||
if (value.startsWith("@id")) {
|
|
||||||
value = "@+id" + value.substring(3);
|
|
||||||
}
|
|
||||||
return super.attribute(namespace, name, value);
|
return super.attribute(namespace, name, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user