fix(YouTube - Enable tablet layout): Respect the original device layout
This commit is contained in:
parent
20081ef27e
commit
e88d6a8bba
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ object EnableTabletLayoutPatch : BytecodePatch(
|
|||
addInstructionsWithLabels(
|
||||
0,
|
||||
"""
|
||||
invoke-static {}, Lapp/revanced/integrations/patches/EnableTabletLayoutPatch;->enableTabletLayout()Z
|
||||
invoke-static { v0 }, Lapp/revanced/integrations/patches/EnableTabletLayoutPatch;->enableTabletLayout(Z)Z
|
||||
move-result v0
|
||||
if-nez v0, :is_large_form_factor
|
||||
""",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue