Skip to content

Commit

Permalink
[DEX] fix: Rename methods together with bridge method
Browse files Browse the repository at this point in the history
  • Loading branch information
REAndroid committed Dec 13, 2024
1 parent 37242df commit b004bf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void add(DexClassRepository classRepository, MethodKey search, MethodKey
while (iterator.hasNext()) {
MethodKey equivalent = iterator.next();
KeyPair<MethodKey, MethodKey> pair = new KeyPair<>(equivalent,
replace.changeDeclaring(equivalent.getDeclaring()));
equivalent.changeName(replace.getName()));
if (isLocked(pair)) {
lockAll(list);
list.clear();
Expand Down

0 comments on commit b004bf4

Please sign in to comment.