From b08afc12fe96ef0501cee2f65664d7ac67b3cd1c Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 5 Dec 2022 10:25:53 -0600 Subject: [PATCH] Make 'backswipe' a little easier to trigger --- src/view/shell/mobile/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index 27524bcaef..fed7d02690 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,