We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1410847 commit d0aa391Copy full SHA for d0aa391
1 file changed
androidtagview/src/main/java/co/lujun/androidtagview/TagView.java
@@ -263,7 +263,7 @@ public boolean onTouchEvent(MotionEvent event) {
263
splashRipple();
264
}
265
if (isEnableCross() && isClickCrossArea(event) && mOnTagClickListener != null){
266
- if (action == MotionEvent.ACTION_DOWN) {
+ if (action == MotionEvent.ACTION_UP) {
267
mOnTagClickListener.onTagCrossClick((int) getTag());
268
269
return true;
0 commit comments