mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-12-11 20:03:55 +01:00
fix(Spotify - Custom theme): Support latest app target (#4800)
This commit is contained in:
committed by
GitHub
parent
aea29b9522
commit
2393d0a8f5
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user