Skip to content

Commit

Permalink
fix(YouTube - Enable tablet layout): Respect the original device layout
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 22, 2023
1 parent da81a19 commit 1eb12cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
""",
Expand Down

0 comments on commit 1eb12cc

Please sign in to comment.