mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-29 21:54:25 +02:00
fix: remove enforcement on aligned namespaces (#3587)
This commit is contained in:
parent
53aa743014
commit
cc501d05a5
@ -692,10 +692,6 @@ public class MXSerializer implements XmlSerializer {
|
||||
}
|
||||
}
|
||||
|
||||
if (namespace != elNamespace[depth]) {
|
||||
throw new IllegalArgumentException("expected namespace " + printable(elNamespace[depth]) + " and not "
|
||||
+ printable(namespace) + getLocation());
|
||||
}
|
||||
if (name == null) {
|
||||
throw new IllegalArgumentException("end tag name can not be null" + getLocation());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user