From 9a926238c7527ca3a8f56ffeb6d7ae4faddc38dd Mon Sep 17 00:00:00 2001 From: faisalcodes Date: Wed, 18 Jan 2023 22:26:34 +0530 Subject: [PATCH] Fixed #2670 : Timestamp click behaviour in the description. --- app/src/main/java/com/github/libretube/util/LinkHandler.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/github/libretube/util/LinkHandler.kt b/app/src/main/java/com/github/libretube/util/LinkHandler.kt index 5ad5dda92..eccf5cb2a 100644 --- a/app/src/main/java/com/github/libretube/util/LinkHandler.kt +++ b/app/src/main/java/com/github/libretube/util/LinkHandler.kt @@ -14,7 +14,7 @@ class LinkHandler(private val clickCallback: ((String) -> Unit)?) { opening: Boolean, tag: String?, output: Editable?, - attributes: Attributes?, + attributes: Attributes? ): Boolean { // if the tag is not an anchor link, ignore for the default handler if (output == null || "a" != tag) {