Fix issue #680 - Fix link color issues.
This commit is contained in:
parent
4b1792040e
commit
da18537883
|
@ -127,7 +127,9 @@ public class SpannableHelper {
|
||||||
} else {
|
} else {
|
||||||
linkColor = -1;
|
linkColor = -1;
|
||||||
}
|
}
|
||||||
|
if (linkColor == 0) {
|
||||||
|
linkColor = -1;
|
||||||
|
}
|
||||||
SpannableString initialContent;
|
SpannableString initialContent;
|
||||||
if (text == null) {
|
if (text == null) {
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in New Issue