Skip to content

Commit 82255a0

Browse files
authored
fix(Spotify - Unlock Premium): Fix hiding context menu ads for latest version (#5415)
1 parent 594dce1 commit 82255a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/src/main/kotlin/app/revanced/patches/spotify/misc/Fingerprints.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ internal val contextMenuViewModelConstructorFingerprint = fingerprint {
4949
/**
5050
* Used to find the interface name of a context menu item.
5151
*/
52-
internal val browsePodcastsContextMenuItemClassFingerprint = fingerprint {
53-
strings("browse_podcast_item", "ui_navigate")
52+
internal val removeAdsContextMenuItemClassFingerprint = fingerprint {
53+
strings("remove_ads_item", "ui_navigate")
5454
}
5555

5656
internal const val CONTEXT_MENU_ITEM_CLASS_DESCRIPTOR_PLACEHOLDER = "Lapp/revanced/ContextMenuItemPlaceholder;"

0 commit comments

Comments
 (0)