Small change: add @LinkifyMask to LinkifyCompatTextAddedListener
This commit is contained in:
parent
b047f8131b
commit
8c04748597
@ -144,7 +144,7 @@ public class LinkifyPlugin extends AbstractMarkwonPlugin {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean addLinks(@NonNull Spannable text, int mask) {
|
||||
protected boolean addLinks(@NonNull Spannable text, @LinkifyMask int mask) {
|
||||
return LinkifyCompat.addLinks(text, mask);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user