Small change: add @LinkifyMask to LinkifyCompatTextAddedListener

This commit is contained in:
Drakeet 2020-03-04 23:10:31 +08:00
parent b047f8131b
commit 8c04748597

View File

@ -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);
}
}