mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-27 22:38:34 +09:00
tweak 647f8958
This commit is contained in:
parent
acd4c97eee
commit
e68c4f090b
@ -154,7 +154,7 @@ function moving(event) {
|
||||
|
||||
if (!isPullEnd) isVibrate = false;
|
||||
else if (isPullEnd && !isVibrate) {
|
||||
vibrate(ColdDeviceStorage.get('vibrateSystem') ? 150 : []);
|
||||
vibrate(ColdDeviceStorage.get('vibrateSystem') ? 10 : []);
|
||||
isVibrate = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user