Skip to content

Commit

Permalink
fix:fixed the issue of resourceIds reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyinsun committed Oct 24, 2023
1 parent b310e92 commit eaabc4e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public BinaryXMLParser(RootNode rootNode) {
}

public synchronized ICodeInfo parse(InputStream inputStream) throws IOException {
resourceIds = null;
is = new ParserStream(inputStream);
if (!isBinaryXml()) {
return ResourcesLoader.loadToCodeWriter(inputStream);
Expand Down

0 comments on commit eaabc4e

Please sign in to comment.