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