Skip to content

Commit

Permalink
enhancement #49
Browse files Browse the repository at this point in the history
  • Loading branch information
whilu committed Mar 27, 2017
1 parent 1410847 commit d0aa391
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public boolean onTouchEvent(MotionEvent event) {
splashRipple();
}
if (isEnableCross() && isClickCrossArea(event) && mOnTagClickListener != null){
if (action == MotionEvent.ACTION_DOWN) {
if (action == MotionEvent.ACTION_UP) {
mOnTagClickListener.onTagCrossClick((int) getTag());
}
return true;
Expand Down

0 comments on commit d0aa391

Please sign in to comment.