From 0dbffaae7d6dcb7050a9ea6e3c771839bcfdfbe1 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 18 Jun 2023 22:37:34 +0200 Subject: [PATCH] fix(youtube/hide-album-cards): call correct integrations method --- .../layout/hide/albumcards/bytecode/patch/AlbumCardsPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/albumcards/bytecode/patch/AlbumCardsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/albumcards/bytecode/patch/AlbumCardsPatch.kt index c02d161113..92ee6bb937 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/albumcards/bytecode/patch/AlbumCardsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/albumcards/bytecode/patch/AlbumCardsPatch.kt @@ -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()