mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-24 03:01:03 +00:00
fix(Spotify - Unlock Premium): Fix hiding context menu ads for latest version (#5415)
This commit is contained in:
@@ -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;"
|
||||||
|
|||||||
Reference in New Issue
Block a user