mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-04 11:31:35 +00:00
Handle long clicks. Fixes austinhuang0131/barinsta#1117
This commit is contained in:
parent
cdbaf95589
commit
8820779303
2 changed files with 3 additions and 2 deletions
|
|
@ -57,6 +57,7 @@ public class RamboTextViewV2 extends AutoLinkTextView {
|
|||
}
|
||||
}
|
||||
});
|
||||
onAutoLinkLongClick(autoLinkItem -> {});
|
||||
}
|
||||
|
||||
public void addOnMentionClickListener(final OnMentionClickListener onMentionClickListener) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue