Skip to content

Commit

Permalink
fix: crash when using force-vp9-codec patch
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP committed Jul 21, 2022
1 parent 791755f commit 7a35e5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ class ForceVP9CodecPatch : BytecodePatch(
method.removeInstruction(index)
method.addInstructions(
index, """
invoke-static {v$register}, Lapp/revanced/integrations/patches/ForceCodecPatch;->get$name()Ljava/lang/String;
move-result v$register
invoke-static {}, Lapp/revanced/integrations/patches/ForceCodecPatch;->get$name()Ljava/lang/String;
move-result-object v$register
"""
)
}
Expand Down

0 comments on commit 7a35e5c

Please sign in to comment.