Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 029e886

Browse files
kenodoggyniftynei
authored andcommitted
#168 fix method documentation
1 parent 1ab6b28 commit 029e886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/zulip/android/util/CustomHtmlToSpannedConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ private static int convertValueToInt(CharSequence charSeq,
694694
}
695695

696696
/**
697-
* Parses Spanned text for existing html links and reapplies them.
697+
* Parses Spanned text for existing html links and reapplies them after the text has been Linkified
698698
* @see <a href="https://developer.android.com/reference/android/text/util/Linkify.html">Linkify</a>
699699
*
700700
* @param spann

0 commit comments

Comments
 (0)