mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-01 06:34:26 +02:00
fix xml string pool toJson error
This commit is contained in:
parent
d96c4cb4ff
commit
6273ae33ec
@ -198,7 +198,7 @@ package com.reandroid.lib.arsc.chunk.xml;
|
|||||||
jsonObject.put(ResXmlBlock.NAME_element, getResXmlElement().toJson());
|
jsonObject.put(ResXmlBlock.NAME_element, getResXmlElement().toJson());
|
||||||
JSONArray pool = getStringPool().toJson();
|
JSONArray pool = getStringPool().toJson();
|
||||||
if(pool!=null){
|
if(pool!=null){
|
||||||
jsonObject.put(ResXmlBlock.NAME_styled_strings, getResXmlElement().toJson());
|
jsonObject.put(ResXmlBlock.NAME_styled_strings, pool);
|
||||||
}
|
}
|
||||||
return jsonObject;
|
return jsonObject;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user