We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc74be commit 03d0eb2Copy full SHA for 03d0eb2
patches/src/main/kotlin/app/revanced/patches/spotify/layout/theme/Fingerprints.kt
@@ -5,7 +5,10 @@ import app.revanced.util.containsLiteralInstruction
5
import com.android.tools.smali.dexlib2.AccessFlags
6
7
internal val encoreThemeFingerprint = fingerprint {
8
- strings("No EncoreLayoutTheme provided")
+ strings("Encore theme was not provided.") // Partial string match.
9
+ custom { method, _ ->
10
+ method.name == "invoke"
11
+ }
12
}
13
14
internal const val PLAYLIST_BACKGROUND_COLOR_LITERAL = 0xFF121212
0 commit comments