Skip to content

Commit

Permalink
Update TextLinkifier.java
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
eltociear authored Mar 18, 2024
1 parent 6f7b905 commit 9d6ac67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public static void fromDescription(@NonNull final TextView textView,
* {@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
Expand Down

0 comments on commit 9d6ac67

Please sign in to comment.