about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-12-05 10:25:53 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-12-05 10:25:53 -0600
commitb08afc12fe96ef0501cee2f65664d7ac67b3cd1c (patch)
treef74290719f148115be4d9fcb6e738798edcf0c49
parentf3f3bfb335550598deee1ecb0a3c85619728406c (diff)
downloadvoidsky-b08afc12fe96ef0501cee2f65664d7ac67b3cd1c.tar.zst
Make 'backswipe' a little easier to trigger
-rw-r--r--src/view/shell/mobile/index.tsx4
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,