Skip to content

Commit

Permalink
Merge pull request kyleduo#28 from wutongke/master
Browse files Browse the repository at this point in the history
support setClickable(false)
  • Loading branch information
kyleduo committed Dec 6, 2015
2 parents 5722256 + e579b68 commit 39b009a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ public boolean onTouchEvent(MotionEvent event) {
default:
break;
}
return true;
return super.onTouchEvent(event);
}


Expand Down

0 comments on commit 39b009a

Please sign in to comment.