Skip to content

Commit

Permalink
Remove unnecessary best practices comment
Browse files Browse the repository at this point in the history
  • Loading branch information
melonmanchan committed Apr 26, 2016
1 parent cd18dcb commit 46ca1c2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ private class GestureListener extends GestureDetector.SimpleOnGestureListener {
@Override
public boolean onDown(MotionEvent event) {
canvasTapped(event);
// Best practice to always return true here.
// http://developer.android.com/training/gestures/detector.html#detect
return true;
}

Expand Down

0 comments on commit 46ca1c2

Please sign in to comment.