mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-06 16:47:00 +01:00
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 New Issue
Block a user