mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-10 12:45:41 +02:00
fix: Correct incorrect fingerprint
This commit is contained in:
parent
bc2575b0f9
commit
c3bab89fc4
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ internal val homeStructureGetSectionsFingerprint = fingerprint {
|
|||
}
|
||||
|
||||
internal fun reactivexFunctionApplyWithClassInitFingerprint(className: String) = fingerprint {
|
||||
accessFlags(AccessFlags.PUBLIC)
|
||||
returns("Ljava/lang/Object;")
|
||||
parameters("Ljava/lang/Object;")
|
||||
custom { method, _ -> method.name == "apply" && method.indexOfFirstInstruction {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue