mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-06 16:27:05 +01:00
fix(youtube/open-links-directly): reference correct integrations method
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
099ef1dde8
commit
e14893ec89
@ -52,7 +52,7 @@ class OpenLinksDirectlyPatch : BytecodePatch(
|
||||
"invoke-static {v$uriRegister}," +
|
||||
"Lapp/revanced/integrations/patches/OpenLinksDirectlyPatch;" +
|
||||
"->" +
|
||||
"transformRedirectUri(Ljava/lang/String;)Landroid/net/Uri;"
|
||||
"parseRedirectUri(Ljava/lang/String;)Landroid/net/Uri;"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user