mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 18:12:54 +01: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;
|
||||
}
|
||||
|
||||
// if ("id".equals(name) && value.startsWith("@id")) {
|
||||
if (value.startsWith("@id")) {
|
||||
value = "@+id" + value.substring(3);
|
||||
}
|
||||
return super.attribute(namespace, name, value);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user