mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01:00
.
This commit is contained in:
parent
ec1abd3f9b
commit
85a767c9e3
@ -42,7 +42,7 @@ public class ResStringValue extends ResScalarValue
|
||||
@Override
|
||||
public String toResXmlFormat() {
|
||||
if (mValue.isEmpty()) {
|
||||
return "";
|
||||
return mValue;
|
||||
}
|
||||
return AndrolibResources.escapeForResXml(mValue);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user