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