fix(youtube/open-links-directly): reference correct integrations method
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
344f138c3b
commit
98df006527
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class OpenLinksDirectlyPatch : BytecodePatch(
|
||||||
"invoke-static {v$uriRegister}," +
|
"invoke-static {v$uriRegister}," +
|
||||||
"Lapp/revanced/integrations/patches/OpenLinksDirectlyPatch;" +
|
"Lapp/revanced/integrations/patches/OpenLinksDirectlyPatch;" +
|
||||||
"->" +
|
"->" +
|
||||||
"transformRedirectUri(Ljava/lang/String;)Landroid/net/Uri;"
|
"parseRedirectUri(Ljava/lang/String;)Landroid/net/Uri;"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue