fix(youtube/hide-info-cards): allow toggling visibility of info-cards (#1464)
This commit is contained in:
parent
a16ab7969d
commit
e6dcb55382
|
@ -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…
Reference in a new issue