mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-06 20:57:02 +01:00
ResXmlSerializer: do not try to get namespace prefix.
This commit is contained in:
parent
6353e27395
commit
2ef47b3f60
@ -61,7 +61,7 @@ public class ResXmlSerializer extends MXSerializer {
|
|||||||
} catch (AndrolibException ex) {
|
} catch (AndrolibException ex) {
|
||||||
throw new IllegalArgumentException(String.format(
|
throw new IllegalArgumentException(String.format(
|
||||||
"could not decode attribute: ns=%s, name=%s, value=%s",
|
"could not decode attribute: ns=%s, name=%s, value=%s",
|
||||||
getPrefix(namespace, false), name, value), ex);
|
namespace, name, value), ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (value == null) {
|
if (value == null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user