mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-20 01:43:56 +00:00
perf: Do not unnecessary resolve fingeprints twice (#241)
This commit is contained in:
committed by
GitHub
parent
5cebc1fd30
commit
4d6e08a650
@@ -165,9 +165,6 @@ abstract class MethodFingerprint(
|
|||||||
forEach { fingerprint ->
|
forEach { fingerprint ->
|
||||||
fingerprint.resolveUsingLookupMap(context)
|
fingerprint.resolveUsingLookupMap(context)
|
||||||
}
|
}
|
||||||
for (fingerprint in this) {
|
|
||||||
fingerprint.resolveUsingLookupMap(context)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user