Ignore Lint accessibility warning for onTouch handler

This commit is contained in:
Cameron Gutman 2014-06-29 12:32:10 -07:00
parent 22bba877d7
commit 2e3b7a2c09

View File

@ -565,6 +565,7 @@ public class Game extends Activity implements SurfaceHolder.Callback, OnGenericM
return onGenericMotionEvent(event); return onGenericMotionEvent(event);
} }
@SuppressLint("ClickableViewAccessibility")
@Override @Override
public boolean onTouch(View v, MotionEvent event) { public boolean onTouch(View v, MotionEvent event) {
// Send it to the activity's touch event handler // Send it to the activity's touch event handler