fix(Spotify - Custom theme): Support latest app target (#4800)
This commit is contained in:
parent
aea29b9522
commit
2393d0a8f5
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
|
import com.android.tools.smali.dexlib2.AccessFlags
|
||||||
|
|
||||||
internal val encoreThemeFingerprint = fingerprint {
|
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
|
internal const val PLAYLIST_BACKGROUND_COLOR_LITERAL = 0xFF121212
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue