mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-13 06:05:41 +02:00
fix(Spotify - Custom theme): Support latest app target (#4800)
This commit is contained in:
parent
ffc74be822
commit
03d0eb2f8c
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue