mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix: crash when using force-vp9-codec patch
This commit is contained in:
parent
791755fb90
commit
7a35e5c985
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ class ForceVP9CodecPatch : BytecodePatch(
|
||||||
method.removeInstruction(index)
|
method.removeInstruction(index)
|
||||||
method.addInstructions(
|
method.addInstructions(
|
||||||
index, """
|
index, """
|
||||||
invoke-static {v$register}, Lapp/revanced/integrations/patches/ForceCodecPatch;->get$name()Ljava/lang/String;
|
invoke-static {}, Lapp/revanced/integrations/patches/ForceCodecPatch;->get$name()Ljava/lang/String;
|
||||||
move-result v$register
|
move-result-object v$register
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue