fix(Spotify - Unlock Premium): Make compatible with latest versions again by fixing fingerprint (#5684)
This commit is contained in:
parent
e6823d8924
commit
23496c7c36
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ internal val contextMenuViewModelConstructorFingerprint = fingerprint {
|
||||||
/**
|
/**
|
||||||
* Used to find the interface name of a context menu item.
|
* Used to find the interface name of a context menu item.
|
||||||
*/
|
*/
|
||||||
internal val removeAdsContextMenuItemClassFingerprint = fingerprint {
|
internal val removeItemFromPlaylistContextMenuItemClassFingerprint = fingerprint {
|
||||||
strings("remove_ads_item", "ui_navigate")
|
strings("spotify:playlist:", "REMOVE_TRACK")
|
||||||
}
|
}
|
||||||
|
|
||||||
internal const val CONTEXT_MENU_ITEM_CLASS_DESCRIPTOR_PLACEHOLDER = "Lapp/revanced/ContextMenuItemPlaceholder;"
|
internal const val CONTEXT_MENU_ITEM_CLASS_DESCRIPTOR_PLACEHOLDER = "Lapp/revanced/ContextMenuItemPlaceholder;"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue