diff --git a/patches/src/main/kotlin/app/revanced/patches/spotify/layout/theme/Fingerprints.kt b/patches/src/main/kotlin/app/revanced/patches/spotify/layout/theme/Fingerprints.kt index ce4840283..355422477 100644 --- a/patches/src/main/kotlin/app/revanced/patches/spotify/layout/theme/Fingerprints.kt +++ b/patches/src/main/kotlin/app/revanced/patches/spotify/layout/theme/Fingerprints.kt @@ -5,7 +5,10 @@ import app.revanced.util.containsLiteralInstruction import com.android.tools.smali.dexlib2.AccessFlags internal val encoreThemeFingerprint = fingerprint { - strings("No EncoreLayoutTheme provided") + strings("Encore theme was not provided.") // Partial string match. + custom { method, _ -> + method.name == "invoke" + } } internal const val PLAYLIST_BACKGROUND_COLOR_LITERAL = 0xFF121212