Fix issue #680 - Fix link color issues.
This commit is contained in:
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…
Reference in New Issue