Fix issue #680 - Fix link color issues.

This commit is contained in:
Thomas 2022-12-26 15:28:23 +01:00
parent 4b1792040e
commit da18537883
1 changed files with 3 additions and 1 deletions

View File

@ -127,7 +127,9 @@ public class SpannableHelper {
} else {
linkColor = -1;
}
if (linkColor == 0) {
linkColor = -1;
}
SpannableString initialContent;
if (text == null) {
return null;