Skip to content

Commit

Permalink
[tidev#1183 state:fixed-in-qa] Let the detector think it intercepted …
Browse files Browse the repository at this point in the history
…the down event, but make sure to forward it to the view so it can track other touch events
  • Loading branch information
donthorp committed Aug 31, 2010
1 parent 11839bd commit a8186ad
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ public boolean onSingleTapUp(MotionEvent arg0) {
});
}



@Override
public boolean dispatchTouchEvent(MotionEvent ev) {
boolean handled = false;
Expand All @@ -217,8 +215,6 @@ public boolean dispatchTouchEvent(MotionEvent ev) {
return handled;
}



@Override
public boolean onTouchEvent(MotionEvent event)
{
Expand Down

0 comments on commit a8186ad

Please sign in to comment.