diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-12-05 10:25:53 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-12-05 10:25:53 -0600 |
commit | b08afc12fe96ef0501cee2f65664d7ac67b3cd1c (patch) | |
tree | f74290719f148115be4d9fcb6e738798edcf0c49 | |
parent | f3f3bfb335550598deee1ecb0a3c85619728406c (diff) | |
download | voidsky-b08afc12fe96ef0501cee2f65664d7ac67b3cd1c.tar.zst |
Make 'backswipe' a little easier to trigger
-rw-r--r-- | src/view/shell/mobile/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index 27524bcae..fed7d0269 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -47,8 +47,8 @@ import { BellIconSolid, } from '../../lib/icons' -const SWIPE_GESTURE_DIST_TRIGGER = 0.4 -const SWIPE_GESTURE_VEL_TRIGGER = 2500 +const SWIPE_GESTURE_DIST_TRIGGER = 0.3 +const SWIPE_GESTURE_VEL_TRIGGER = 2000 const Btn = ({ icon, |