Fix issue #680 - Fix link color issues.

maths
Thomas 2 years ago
parent 4b1792040e
commit da18537883

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

Loading…
Cancel
Save