mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-19 23:19:27 +01:00
fix: crash when using force-vp9-codec patch
This commit is contained in:
parent
791755fb90
commit
7a35e5c985
@ -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
|
||||
"""
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user