long press should only be active in touch nmode

This commit is contained in:
downthecrop 2023-11-30 01:56:07 -08:00
parent f0726f0cac
commit d05915ef91

View file

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