fix(res): resolve resourceIds reuse issue (PR #2037)
Co-authored-by: mingyinsun <mingyinsun@tencent.com>
This commit is contained in:
@@ -70,6 +70,7 @@ public class BinaryXMLParser extends CommonBinaryParser {
|
||||
}
|
||||
|
||||
public synchronized ICodeInfo parse(InputStream inputStream) throws IOException {
|
||||
resourceIds = null;
|
||||
is = new ParserStream(inputStream);
|
||||
if (!isBinaryXml()) {
|
||||
return ResourcesLoader.loadToCodeWriter(inputStream);
|
||||
|
||||
Reference in New Issue
Block a user