diff options
Diffstat (limited to 'src/view/shell/mobile/index.tsx')
-rw-r--r-- | src/view/shell/mobile/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index cef72cfd4..a5e7ba701 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -146,7 +146,6 @@ export const MobileShell: React.FC = observer(() => { const swipeGesture = useMemo( () => Gesture.Pan() - .hitSlop(SWIPE_GESTURE_HIT_SLOP) .onUpdate(e => { if (store.nav.tab.canGoBack) { swipeGestureInterp.value = Math.max( |