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