You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank your library, I have a problem, now I am only added setOnClickListener, not added setOnLongClickListener, but when I click text long time, the phone will vibrate, this shows LongClickListener are effective, So I want to cancel LongClickListener or modify the default value, How should I do it? Thank you.
Link terms = new Link("translate")
.setTextColor(accentColor)
.setOnClickListener(s -> {
AndroidUtil.openLink(getParent(), "https://translate.google.cn/");
});
The text was updated successfully, but these errors were encountered:
Hello, thank your library, I have a problem, now I am only added
setOnClickListener
, not addedsetOnLongClickListener
, but when I click text long time, the phone will vibrate, this shows LongClickListener are effective, So I want to cancelLongClickListener
or modify the default value, How should I do it? Thank you.The text was updated successfully, but these errors were encountered: