mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 03:23:07 +00:00
Ignore Lint accessibility warning for onTouch handler
This commit is contained in:
parent
22bba877d7
commit
2e3b7a2c09
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user