mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
perf: Do not unnecessary resolve fingeprints twice (#241)
This commit is contained in:
parent
5cebc1fd30
commit
4d6e08a650
1 changed files with 0 additions and 3 deletions
|
@ -165,9 +165,6 @@ abstract class MethodFingerprint(
|
|||
forEach { fingerprint ->
|
||||
fingerprint.resolveUsingLookupMap(context)
|
||||
}
|
||||
for (fingerprint in this) {
|
||||
fingerprint.resolveUsingLookupMap(context)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue