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…
Reference in a new issue