mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-01 14:44:26 +02:00
Merge branch 'phhusson-fix-flag-ref'
This commit is contained in:
commit
027e135d41
@ -41,6 +41,9 @@ public class ResFlagsAttr extends ResAttr {
|
|||||||
@Override
|
@Override
|
||||||
public String convertToResXmlFormat(ResScalarValue value)
|
public String convertToResXmlFormat(ResScalarValue value)
|
||||||
throws AndrolibException {
|
throws AndrolibException {
|
||||||
|
if(value instanceof ResReferenceValue) {
|
||||||
|
return value.encodeAsResXml();
|
||||||
|
}
|
||||||
if (!(value instanceof ResIntValue)) {
|
if (!(value instanceof ResIntValue)) {
|
||||||
return super.convertToResXmlFormat(value);
|
return super.convertToResXmlFormat(value);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user