mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-12-25 02:14:09 +01:00
fix(youtube/hide-info-cards): allow toggling visibility of info-cards (#1464)
This commit is contained in:
committed by
GitHub
parent
efe814f2e1
commit
3789a205cb
@@ -45,7 +45,7 @@ class HideInfocardsPatch : BytecodePatch(
|
||||
"Landroid/view/View;->setVisibility(I)V")
|
||||
}
|
||||
|
||||
replaceInstruction(
|
||||
addInstructions(
|
||||
invokeInstructionIndex,
|
||||
"invoke-static {v${(instruction(invokeInstructionIndex) as? BuilderInstruction35c)?.registerC}}," +
|
||||
" Lapp/revanced/integrations/patches/HideInfocardsPatch;->hideInfocardsIncognito(Landroid/view/View;)V"
|
||||
|
||||
Reference in New Issue
Block a user