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 42230b0 commit 7ad0e39Copy full SHA for 7ad0e39
patches/src/main/kotlin/app/revanced/patches/spotify/layout/theme/Fingerprints.kt
@@ -5,7 +5,7 @@ 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
}
10
11
internal const val PLAYLIST_BACKGROUND_COLOR_LITERAL = 0xFF121212
0 commit comments