mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix(youtube/hide-album-cards): call correct integrations method
This commit is contained in:
parent
d053014d6b
commit
0dbffaae7d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class AlbumCardsPatch : BytecodePatch(
|
|||
"invoke-static {v$albumCardViewRegister}, " +
|
||||
"Lapp/revanced/integrations/patches/HideAlbumCardsPatch;" +
|
||||
"->" +
|
||||
"hideAlbumCards(Landroid/view/View;)V"
|
||||
"hideAlbumCard(Landroid/view/View;)V"
|
||||
)
|
||||
}
|
||||
} ?: return AlbumCardsFingerprint.toErrorResult()
|
||||
|
|
Loading…
Reference in a new issue