Skip to content

Commit 7ad0e39

Browse files
fix(Spotify - Custom theme): Support latest app release
1 parent 42230b0 commit 7ad0e39

File tree

1 file changed

+1
-1
lines changed
  • patches/src/main/kotlin/app/revanced/patches/spotify/layout/theme

1 file changed

+1
-1
lines changed

patches/src/main/kotlin/app/revanced/patches/spotify/layout/theme/Fingerprints.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import app.revanced.util.containsLiteralInstruction
55
import com.android.tools.smali.dexlib2.AccessFlags
66

77
internal val encoreThemeFingerprint = fingerprint {
8-
strings("No EncoreLayoutTheme provided")
8+
strings("Encore theme was not provided.") // Partial string match.
99
}
1010

1111
internal const val PLAYLIST_BACKGROUND_COLOR_LITERAL = 0xFF121212

0 commit comments

Comments
 (0)