fix(Spotify - Unlock Premium): Fix hiding context menu ads for latest version (#5415)
This commit is contained in:
parent
594dce13cd
commit
82255a09d3
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 browsePodcastsContextMenuItemClassFingerprint = fingerprint {
|
internal val removeAdsContextMenuItemClassFingerprint = fingerprint {
|
||||||
strings("browse_podcast_item", "ui_navigate")
|
strings("remove_ads_item", "ui_navigate")
|
||||||
}
|
}
|
||||||
|
|
||||||
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