mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-05-14 13:27:10 +02:00
fix: Correct incorrect fingerprint
This commit is contained in:
parent
bc2575b0f9
commit
c3bab89fc4
@ -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…
x
Reference in New Issue
Block a user