Compare commits

..

No commits in common. "6577c39a1b9ffb939944e90f1e86ad3fea722a47" and "366b3db8f94972de7a7c5d5773b2e175af6fe303" have entirely different histories.

View File

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