fix(youtube/hide-album-cards): call correct integrations method
This commit is contained in:
parent
d053014d6b
commit
0dbffaae7d
|
@ -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