Longpress rc should only be active in touch mode

This commit is contained in:
downthecrop 2023-11-30 01:59:41 -08:00
parent 5330ad05ef
commit 728963b385

View file

@ -141,7 +141,6 @@ public class JavaGUILauncherActivity extends BaseActivity implements View.OnTouc
}
}
}
longPressDetector.onTouchEvent(event);
prevY = y;
prevX = x;