mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-22 10:37:36 +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}," +
|
"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…
x
Reference in New Issue
Block a user