We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594dce1 commit 82255a0Copy full SHA for 82255a0
patches/src/main/kotlin/app/revanced/patches/spotify/misc/Fingerprints.kt
@@ -49,8 +49,8 @@ internal val contextMenuViewModelConstructorFingerprint = fingerprint {
49
/**
50
* Used to find the interface name of a context menu item.
51
*/
52
-internal val browsePodcastsContextMenuItemClassFingerprint = fingerprint {
53
- strings("browse_podcast_item", "ui_navigate")
+internal val removeAdsContextMenuItemClassFingerprint = fingerprint {
+ strings("remove_ads_item", "ui_navigate")
54
}
55
56
internal const val CONTEXT_MENU_ITEM_CLASS_DESCRIPTOR_PLACEHOLDER = "Lapp/revanced/ContextMenuItemPlaceholder;"
0 commit comments