mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 07:47:11 +01:00
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}, " +
|
"invoke-static {v$albumCardViewRegister}, " +
|
||||||
"Lapp/revanced/integrations/patches/HideAlbumCardsPatch;" +
|
"Lapp/revanced/integrations/patches/HideAlbumCardsPatch;" +
|
||||||
"->" +
|
"->" +
|
||||||
"hideAlbumCards(Landroid/view/View;)V"
|
"hideAlbumCard(Landroid/view/View;)V"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
} ?: return AlbumCardsFingerprint.toErrorResult()
|
} ?: return AlbumCardsFingerprint.toErrorResult()
|
||||||
|
Loading…
Reference in New Issue
Block a user