Threshold angepasst

This commit is contained in:
Patrick Halboth 2021-06-28 13:39:48 +02:00
parent 906df05c6c
commit 59d17304ad

View File

@ -125,7 +125,7 @@ public class MainActivity extends AppCompatActivity {
if (mShakeDetectionIsActive && !mShakeDetected) {
if(Math.abs(mAccel) > mUpperThreshold) {
new CountDownTimer(750, 10) {
new CountDownTimer(500, 10) {
public void onTick(long millisUntilFinished) {
mShakeDetectionIsActive = false;