fix: incorrect endIndex (fixed in Patcher)
This commit is contained in:
@ -85,7 +85,7 @@ class IntegrationsPatch : Patch(
|
||||
val count = implementation.registerCount - 1
|
||||
|
||||
implementation.addInstructions(
|
||||
result.scanData.endIndex,
|
||||
result.scanData.endIndex + 1,
|
||||
"""
|
||||
invoke-static {v$count}, Lpl/jakubweg/StringRef;->setContext(Landroid/content/Context;)V
|
||||
sput-object v$count, Lapp/revanced/integrations/Globals;->context:Landroid/content/Context;
|
||||
|
Reference in New Issue
Block a user