Skip to content

Commit

Permalink
[smali] do not comment values for type <id>
Browse files Browse the repository at this point in the history
  • Loading branch information
REAndroid committed Jul 10, 2023
1 parent ffe5c87 commit d6fa58b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ private String buildComment(int resourceId){
if(resourceEntry.getPackageBlock().getTableBlock() != tableBlock){
return ref;
}
if("id".equals(resourceEntry.getType())){
return ref;
}

Entry entry = resourceEntry.get();
if(entry == null){
Expand Down

0 comments on commit d6fa58b

Please sign in to comment.