1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-09-09 22:35:59 +00:00

Merge pull request #10889 from eltociear/patch-1

Fix typo in TextLinkifier.java
This commit is contained in:
Tobi
2024-03-18 08:38:16 +01:00
committed by GitHub

View File

@@ -92,7 +92,7 @@ public final class TextLinkifier {
* {@link HtmlCompat#fromHtml(String, int)}.
* </p>
*
* @param textView the {@link TextView} to set the the HTML string block linked
* @param textView the {@link TextView} to set the HTML string block linked
* @param htmlBlock the HTML string block to be linked
* @param htmlCompatFlag the int flag to be set when {@link HtmlCompat#fromHtml(String,
* int)} will be called