Skip to content

Commit

Permalink
fix(youtube/open-links-directly): reference correct integrations method
Browse files Browse the repository at this point in the history
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
  • Loading branch information
oSumAtrIX committed Feb 20, 2023
1 parent 099ef1d commit e14893e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;"
)
}
}
Expand Down

0 comments on commit e14893e

Please sign in to comment.