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 78adfbd commit ad1ae76Copy full SHA for ad1ae76
patches/src/main/kotlin/app/revanced/patches/spotify/misc/Fingerprints.kt
@@ -120,7 +120,7 @@ internal val abstractProtobufListEnsureIsMutableFingerprint = fingerprint {
120
121
internal fun structureGetSectionsFingerprint(className: String) = fingerprint {
122
custom { method, classDef ->
123
- classDef.endsWith(className) && method.indexOfFirstInstruction {
+ classDef.type.endsWith(className) && method.indexOfFirstInstruction {
124
opcode == Opcode.IGET_OBJECT && getReference<FieldReference>()?.name == "sections_"
125
} >= 0
126
}
0 commit comments