fix(youtube/open-links-directly): reference correct integrations method

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
oSumAtrIX 2023-02-20 19:13:55 +01:00
parent 099ef1dde8
commit e14893ec89
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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;"
)
}
}