Fixed #2670 : Timestamp click behaviour in the description.

This commit is contained in:
faisalcodes 2023-01-18 22:26:34 +05:30
parent c98217f963
commit 9a926238c7

View File

@ -14,7 +14,7 @@ class LinkHandler(private val clickCallback: ((String) -> Unit)?) {
opening: Boolean, opening: Boolean,
tag: String?, tag: String?,
output: Editable?, output: Editable?,
attributes: Attributes?, attributes: Attributes?
): Boolean { ): Boolean {
// if the tag is not an anchor link, ignore for the default handler // if the tag is not an anchor link, ignore for the default handler
if (output == null || "a" != tag) { if (output == null || "a" != tag) {