Skip to content

Commit

Permalink
fix(res): resolve resourceIds reuse issue (PR #2037)
Browse files Browse the repository at this point in the history
Co-authored-by: mingyinsun <[email protected]>
  • Loading branch information
markslin and mingyinsun authored Oct 24, 2023
1 parent b310e92 commit 173d85b
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 173d85b

Please sign in to comment.