mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-06-24 19:51:28 +02:00
Settings: Increase vibration values
This commit is contained in:
parent
be97364b34
commit
4abea0e878
@ -20,13 +20,13 @@ public final class VibratorCompat
|
||||
HapticFeedbackConstants.FLAG_IGNORE_VIEW_SETTING);
|
||||
break;
|
||||
case STRONG:
|
||||
vibrator_vibrate(v, 60);
|
||||
vibrator_vibrate(v, 90);
|
||||
break;
|
||||
case MEDIUM:
|
||||
vibrator_vibrate(v, 30);
|
||||
vibrator_vibrate(v, 45);
|
||||
break;
|
||||
case LIGHT:
|
||||
vibrator_vibrate(v, 15);
|
||||
vibrator_vibrate(v, 20);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user