SChneller

This commit is contained in:
Tim Zeuner 2023-02-07 21:25:38 +01:00
parent a34657dc1a
commit 9a80ec1410

View File

@ -98,7 +98,7 @@ public class HomeFragment extends Fragment {
@Override
public boolean onTouch(View v, MotionEvent event) {
boolean send = false;
if (System.currentTimeMillis() - lastOnMoveCall > 250){
if (System.currentTimeMillis() - lastOnMoveCall > 50){
send = true;
lastOnMoveCall = System.currentTimeMillis();
}