fix(youtube/hide-info-cards): allow toggling visibility of info-cards (#1464)
This commit is contained in:
parent
efe814f2e1
commit
3789a205cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue