Compare commits

..

2 Commits

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();
}