We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2575b commit c3bab89Copy full SHA for c3bab89
patches/src/main/kotlin/app/revanced/patches/spotify/misc/Fingerprints.kt
@@ -82,7 +82,6 @@ internal val homeStructureGetSectionsFingerprint = fingerprint {
82
}
83
84
internal fun reactivexFunctionApplyWithClassInitFingerprint(className: String) = fingerprint {
85
- accessFlags(AccessFlags.PUBLIC)
86
returns("Ljava/lang/Object;")
87
parameters("Ljava/lang/Object;")
88
custom { method, _ -> method.name == "apply" && method.indexOfFirstInstruction {
0 commit comments