diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/view/shell/mobile/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index 9fb17aba2..712d6dc23 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -40,7 +40,7 @@ import { BellIcon, } from '../../lib/icons' -const SWIPE_GESTURE_DIST_TRIGGER = 0.5 +const SWIPE_GESTURE_DIST_TRIGGER = 0.4 const SWIPE_GESTURE_VEL_TRIGGER = 2500 const Btn = ({ |