From 2e3b7a2c09279405fc9533479ed23f8dd1229ff4 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 29 Jun 2014 12:32:10 -0700 Subject: [PATCH] Ignore Lint accessibility warning for onTouch handler --- src/com/limelight/Game.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/limelight/Game.java b/src/com/limelight/Game.java index 534ea2c2..0a6a4e0a 100644 --- a/src/com/limelight/Game.java +++ b/src/com/limelight/Game.java @@ -565,6 +565,7 @@ public class Game extends Activity implements SurfaceHolder.Callback, OnGenericM return onGenericMotionEvent(event); } + @SuppressLint("ClickableViewAccessibility") @Override public boolean onTouch(View v, MotionEvent event) { // Send it to the activity's touch event handler